GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2FreeFormContext (google_api_dialogflow v0.89.0)
View SourceFree form generator context that customer can configure.
Attributes
-
text
(type:String.t
, default:nil
) - Optional. Free form text input to LLM.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2FreeFormContext{ text: String.t() | nil }