google_api_dialogflow v0.24.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2QueryParameters View Source
Represents the parameters of the conversational query.
Attributes
contexts(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2Context.t), default:nil) - Optional. The collection of contexts to be activated before this query is executed.geoLocation(type:GoogleApi.Dialogflow.V2.Model.GoogleTypeLatLng.t, default:nil) - Optional. The geo location of this conversational query.payload(type:map(), default:nil) - Optional. This field can be used to pass custom data into the webhook associated with the agent. Arbitrary JSON objects are supported.resetContexts(type:boolean(), default:nil) - Optional. Specifies whether to delete all contexts in the current session before the new ones are activated.sentimentAnalysisRequestConfig(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SentimentAnalysisRequestConfig.t, default:nil) - Optional. Configures the type of sentiment analysis to perform. If not provided, sentiment analysis is not performed.sessionEntityTypes(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SessionEntityType.t), default:nil) - Optional. Additional session entity types to replace or extend developer entity types with. The entity synonyms apply to all languages and persist for the session of this query.timeZone(type:String.t, default:nil) - Optional. The time zone of this conversational query from the time zone database, e.g., America/New_York, Europe/Paris. If not provided, the time zone specified in agent settings is used.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2QueryParameters{
contexts: [GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2Context.t()],
geoLocation: GoogleApi.Dialogflow.V2.Model.GoogleTypeLatLng.t(),
payload: map(),
resetContexts: boolean(),
sentimentAnalysisRequestConfig:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SentimentAnalysisRequestConfig.t(),
sessionEntityTypes: [
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SessionEntityType.t()
],
timeZone: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.