GoogleApi.ContentWarehouse.V1.Model.VideoYoutubeCommentsClassificationProtoYouTubeCommentSmartReply
Table of Contents ▼
Jump to a specific part of the page:
Description
Smart reply suggestions for comment.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
smartSuggestions
(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoYoutubeCommentsClassificationProtoSmartSuggestion)
, default:nil
)
- The order of the reply snippets in the list determines how they should be displayed in the UI and the client is not supposed to re-order the list using the scores. -
suggestionListIdentifier
(type:String.t
, default:nil
)
- Identifier (language_code, channel_id, etc) for the suggestion list from which the top k suggestions are selected.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoYoutubeCommentsClassificationProtoYouTubeCommentSmartReply{
smartSuggestions: [ GoogleApi.ContentWarehouse.V1.Model.VideoYoutubeCommentsClassificationProtoSmartSuggestion.t() ] | nil,
suggestionListIdentifier: String.t() | nil
}
smartSuggestions: [ GoogleApi.ContentWarehouse.V1.Model.VideoYoutubeCommentsClassificationProtoSmartSuggestion.t() ] | nil,
suggestionListIdentifier: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoYoutubeCommentsClassificationProtoYouTubeCommentSmartReply