Google Cloud Dialogflow V2beta1Human Agent Assistant Config Suggestion Query Config Context Filter Settings Args
data class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettingsArgs(val dropHandoffMessages: Output<Boolean>? = null, val dropIvrMessages: Output<Boolean>? = null, val dropVirtualAgentMessages: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettingsArgs>
Settings that determine how to filter recent conversation context when generating suggestions.
Properties
Link copied to clipboard
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.
Link copied to clipboard
If set to true, all messages from ivr stage are dropped.
Link copied to clipboard
If set to true, all messages from virtual agent are dropped.