ProjectsLocationsAgentsSessionsResource class

Constructors

ProjectsLocationsAgentsSessionsResource(ApiRequester client)

Properties

entityTypes ProjectsLocationsAgentsSessionsEntityTypesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited