View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3TextInput (google_api_dialogflow v0.78.0)

Represents the natural language text to be processed.

Attributes

  • text (type: String.t, default: nil) - Required. The UTF-8 encoded natural language text to be processed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3TextInput{
  text: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.