public static interface HumanAgentAssistantConfig.SuggestionQueryConfig.ContextFilterSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;boolean getDropVirtualAgentMessages()
If set to true, all messages from virtual agent are dropped.
bool drop_virtual_agent_messages = 2;boolean getDropIvrMessages()
If set to true, all messages from ivr stage are dropped.
bool drop_ivr_messages = 3;Copyright © 2023 Google LLC. All rights reserved.