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

The request message for ConversationProfiles.SetSuggestionFeature.

Attributes

  • participantRole (type: String.t, default: nil) - Required. The participant role to add or update the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.
  • suggestionFeatureConfig (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig.t, default: nil) - Required. The suggestion feature config to add or update.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest{
    participantRole: String.t() | nil,
    suggestionFeatureConfig:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.