View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings (google_api_dialogflow v0.74.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.