GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata (google_api_dialogflow v0.89.0)
View SourceMetadata for a ConversationProfiles.ClearSuggestionFeatureConfig operation.
Attributes
-
conversationProfile(type:String.t, default:nil) - The resource name of the conversation profile. Format:projects//locations//conversationProfiles/ -
createTime(type:DateTime.t, default:nil) - Timestamp whe the request was created. The time is measured on server side. -
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
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata{ conversationProfile: String.t() | nil, createTime: DateTime.t() | nil, participantRole: String.t() | nil, suggestionFeatureType: String.t() | nil }