Interface HumanAgentAssistantConfig.SuggestionQueryConfig.ContextFilterSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HumanAgentAssistantConfig.SuggestionQueryConfig.ContextFilterSettings
,HumanAgentAssistantConfig.SuggestionQueryConfig.ContextFilterSettings.Builder
- Enclosing class:
- HumanAgentAssistantConfig.SuggestionQueryConfig
public static interface HumanAgentAssistantConfig.SuggestionQueryConfig.ContextFilterSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getDropHandoffMessages()
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.boolean
getDropIvrMessages()
If set to true, all messages from ivr stage are dropped.boolean
getDropVirtualAgentMessages()
If set to true, all messages from virtual agent are dropped.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDropHandoffMessages
boolean getDropHandoffMessages()
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.
bool drop_handoff_messages = 1;
- Returns:
- The dropHandoffMessages.
-
getDropVirtualAgentMessages
boolean getDropVirtualAgentMessages()
If set to true, all messages from virtual agent are dropped.
bool drop_virtual_agent_messages = 2;
- Returns:
- The dropVirtualAgentMessages.
-
getDropIvrMessages
boolean getDropIvrMessages()
If set to true, all messages from ivr stage are dropped.
bool drop_ivr_messages = 3;
- Returns:
- The dropIvrMessages.
-
-