GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettingsResponse

data class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettingsResponse(val dropHandoffMessages: Boolean, val dropIvrMessages: Boolean, val dropVirtualAgentMessages: Boolean)

Settings that determine how to filter recent conversation context when generating suggestions.

Constructors

Types

Link copied to clipboard
object Companion

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.