GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettingsArgs

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.

Constructors

fun GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettingsArgs(dropHandoffMessages: Output<Boolean>? = null, dropIvrMessages: Output<Boolean>? = null, dropVirtualAgentMessages: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettingsArgs

Properties

Link copied to clipboard
val dropHandoffMessages: Output<Boolean>? = null

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
val dropIvrMessages: Output<Boolean>? = null

If set to true, all messages from ivr stage are dropped.

Link copied to clipboard
val dropVirtualAgentMessages: Output<Boolean>? = null

If set to true, all messages from virtual agent are dropped.