ProjectsLocationsAgentsSessionsResource class
Methods
-
detectIntent(GoogleCloudDialogflowCxV3DetectIntentRequest request, String session, {String? $fields})
→ Future<GoogleCloudDialogflowCxV3DetectIntentResponse>
-
Processes a natural language query and returns structured, actionable data
as a result.
-
fulfillIntent(GoogleCloudDialogflowCxV3FulfillIntentRequest request, String session, {String? $fields})
→ Future<GoogleCloudDialogflowCxV3FulfillIntentResponse>
-
Fulfills a matched intent returned by MatchIntent.
-
matchIntent(GoogleCloudDialogflowCxV3MatchIntentRequest request, String session, {String? $fields})
→ Future<GoogleCloudDialogflowCxV3MatchIntentResponse>
-
Returns preliminary intent match results, doesn't change the session
status.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
serverStreamingDetectIntent(GoogleCloudDialogflowCxV3DetectIntentRequest request, String session, {String? $fields})
→ Future<GoogleCloudDialogflowCxV3DetectIntentResponse>
-
Processes a natural language query and returns structured, actionable data
as a result through server-side streaming.
-
submitAnswerFeedback(GoogleCloudDialogflowCxV3SubmitAnswerFeedbackRequest request, String session, {String? $fields})
→ Future<GoogleCloudDialogflowCxV3AnswerFeedback>
-
Updates the feedback received from the user for a single turn of the bot
response.
-
toString()
→ String
-
A string representation of this object.
inherited