GoogleCloudDialogflowCxV3QueryResult class
Represents the result of a conversational query.
Constructors
-
GoogleCloudDialogflowCxV3QueryResult({GoogleCloudDialogflowCxV3AdvancedSettings? advancedSettings, bool? allowAnswerFeedback, GoogleCloudDialogflowCxV3Page? currentPage, GoogleCloudDialogflowCxV3DataStoreConnectionSignals? dataStoreConnectionSignals, Map<
String, Object?> ? diagnosticInfo, GoogleCloudDialogflowCxV3DtmfInput? dtmf, GoogleCloudDialogflowCxV3Intent? intent, double? intentDetectionConfidence, String? languageCode, GoogleCloudDialogflowCxV3Match? match, Map<String, Object?> ? parameters, List<GoogleCloudDialogflowCxV3ResponseMessage> ? responseMessages, GoogleCloudDialogflowCxV3SentimentAnalysisResult? sentimentAnalysisResult, String? text, String? transcript, String? triggerEvent, String? triggerIntent, List<Map< ? webhookPayloads, List<String, Object?> >GoogleRpcStatus> ? webhookStatuses}) - GoogleCloudDialogflowCxV3QueryResult.fromJson(Map json_)
Properties
- advancedSettings ↔ GoogleCloudDialogflowCxV3AdvancedSettings?
-
Returns the current advanced settings including IVR settings.
getter/setter pair
- allowAnswerFeedback ↔ bool?
-
Indicates whether the Thumbs up/Thumbs down rating controls are need to be
shown for the response in the Dialogflow Messenger widget.
getter/setter pair
- currentPage ↔ GoogleCloudDialogflowCxV3Page?
-
The current Page.
getter/setter pair
- dataStoreConnectionSignals ↔ GoogleCloudDialogflowCxV3DataStoreConnectionSignals?
-
Data store connection feature output signals.
getter/setter pair
-
diagnosticInfo
↔ Map<
String, Object?> ? -
The free-form diagnostic info.
getter/setter pair
- dtmf ↔ GoogleCloudDialogflowCxV3DtmfInput?
-
If a DTMF was provided as input, this field will contain a copy of the
DtmfInput.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intent ↔ GoogleCloudDialogflowCxV3Intent?
-
The Intent that matched the conversational query.
getter/setter pair
- intentDetectionConfidence ↔ double?
-
The intent detection confidence.
getter/setter pair
- languageCode ↔ String?
-
The language that was triggered during intent detection.
getter/setter pair
- match ↔ GoogleCloudDialogflowCxV3Match?
-
Intent match result, could be an intent or an event.
getter/setter pair
-
parameters
↔ Map<
String, Object?> ? -
The collected session parameters.
getter/setter pair
-
responseMessages
↔ List<
GoogleCloudDialogflowCxV3ResponseMessage> ? -
The list of rich messages returned to the client.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sentimentAnalysisResult ↔ GoogleCloudDialogflowCxV3SentimentAnalysisResult?
-
The sentiment analyss result, which depends on
analyze_query_text_sentiment
, specified in the request.getter/setter pair - text ↔ String?
-
If natural language text was provided as input, this field will contain a
copy of the text.
getter/setter pair
- transcript ↔ String?
-
If natural language speech audio was provided as input, this field will
contain the transcript for the audio.
getter/setter pair
- triggerEvent ↔ String?
-
If an event was provided as input, this field will contain the name of the
event.
getter/setter pair
- triggerIntent ↔ String?
-
If an intent was provided as input, this field will contain a copy of the
intent identifier.
getter/setter pair
-
webhookPayloads
↔ List<
Map< ?String, Object?> > -
The list of webhook payload in WebhookResponse.payload, in the order of
call sequence.
getter/setter pair
-
webhookStatuses
↔ List<
GoogleRpcStatus> ? -
The list of webhook call status in the order of call sequence.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited