Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::ContextFilterSettings.
Settings that determine how to filter recent conversation context when generating suggestions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#drop_handoff_messages
def drop_handoff_messages() -> ::Boolean
Returns
- (::Boolean) — If set to true, the last message from virtual agent (hand off message) and the message before it (trigger message of hand off) are dropped.
#drop_handoff_messages=
def drop_handoff_messages=(value) -> ::Boolean
Parameter
- value (::Boolean) — If set to true, the last message from virtual agent (hand off message) and the message before it (trigger message of hand off) are dropped.
Returns
- (::Boolean) — If set to true, the last message from virtual agent (hand off message) and the message before it (trigger message of hand off) are dropped.
#drop_ivr_messages
def drop_ivr_messages() -> ::Boolean
Returns
- (::Boolean) — If set to true, all messages from ivr stage are dropped.
#drop_ivr_messages=
def drop_ivr_messages=(value) -> ::Boolean
Parameter
- value (::Boolean) — If set to true, all messages from ivr stage are dropped.
Returns
- (::Boolean) — If set to true, all messages from ivr stage are dropped.
#drop_virtual_agent_messages
def drop_virtual_agent_messages() -> ::Boolean
Returns
- (::Boolean) — If set to true, all messages from virtual agent are dropped.
#drop_virtual_agent_messages=
def drop_virtual_agent_messages=(value) -> ::Boolean
Parameter
- value (::Boolean) — If set to true, all messages from virtual agent are dropped.
Returns
- (::Boolean) — If set to true, all messages from virtual agent are dropped.