ProjectsLocationsAgentsEnvironmentsSessionsResource class
Constructors
- ProjectsLocationsAgentsEnvironmentsSessionsResource.new(ApiRequester client)
Properties
- entityTypes → ProjectsLocationsAgentsEnvironmentsSessionsEntityTypesResource
-
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited