Voting helps other researchers find interesting modules.
This proto contains the sentiment and emotions that the user is exhibiting at the time of the query. NEXT ID: 4
polarity
String.t
nil
userBehaviors
GoogleApi.ContentWarehouse.V1.Model.SentimentSentimentBehaviors.t
userEmotions
GoogleApi.ContentWarehouse.V1.Model.SentimentSentimentEmotions.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SentimentSentiment{ polarity: String.t() | nil, userBehaviors: GoogleApi.ContentWarehouse.V1.Model.SentimentSentimentBehaviors.t() | nil, userEmotions: GoogleApi.ContentWarehouse.V1.Model.SentimentSentimentEmotions.t() | nil }
@spec decode(struct(), keyword()) :: struct()