View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SummarySuggestion (google_api_dialogflow v0.88.3)
Suggested summary of the conversation.
Attributes
-
summarySections
(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SummarySuggestionSummarySection.t)
, default:nil
) - Required. All the parts of generated summary.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SummarySuggestion{ summarySections: [ GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SummarySuggestionSummarySection.t() ] | nil }