View Source GoogleApi.ContentWarehouse.V1.Model.VideoYoutubeCommentsClassificationProtoYouTubeCommentSmartReply (google_api_content_warehouse v0.4.0)

Smart reply suggestions for comment.

Attributes

  • smartSuggestions (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoYoutubeCommentsClassificationProtoSmartSuggestion.t), 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.VideoYoutubeCommentsClassificationProtoYouTubeCommentSmartReply{
    smartSuggestions:
      [
        GoogleApi.ContentWarehouse.V1.Model.VideoYoutubeCommentsClassificationProtoSmartSuggestion.t()
      ]
      | nil,
    suggestionListIdentifier: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.