View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings (google_api_dialogflow v0.78.0)

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

Attributes

  • dropHandoffMessages (type: boolean(), default: nil) - 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.
  • dropIvrMessages (type: boolean(), default: nil) - If set to true, all messages from ivr stage are dropped.
  • dropVirtualAgentMessages (type: boolean(), default: nil) - If set to true, all messages from virtual agent are dropped.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings{
    dropHandoffMessages: boolean() | nil,
    dropIvrMessages: boolean() | nil,
    dropVirtualAgentMessages: boolean() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.