View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest (google_api_dialogflow v0.88.3)

The request message for ConversationProfiles.ClearSuggestionFeatureConfig.

Attributes

  • participantRole (type: String.t, default: nil) - Required. The participant role to remove the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.
  • suggestionFeatureType (type: String.t, default: nil) - Required. The type of the suggestion feature to remove.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest{
    participantRole: String.t() | nil,
    suggestionFeatureType: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.