ProjectsLocationsAgentResource class

Constructors

ProjectsLocationsAgentResource(ApiRequester client)

Properties

entityTypes ProjectsLocationsAgentEntityTypesResource
no setter
environments ProjectsLocationsAgentEnvironmentsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
intents ProjectsLocationsAgentIntentsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessions ProjectsLocationsAgentSessionsResource
no setter
versions ProjectsLocationsAgentVersionsResource
no setter

Methods

export(GoogleCloudDialogflowV2ExportAgentRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
request - The metadata request object.
getFulfillment(String name, {String? $fields}) Future<GoogleCloudDialogflowV2Fulfillment>
Request parameters:
getValidationResult(String parent, {String? languageCode, String? $fields}) Future<GoogleCloudDialogflowV2ValidationResult>
Request parameters:
import(GoogleCloudDialogflowV2ImportAgentRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
request - The metadata request object.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restore(GoogleCloudDialogflowV2RestoreAgentRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
request - The metadata request object.
Request parameters:
toString() String
A string representation of this object.
inherited
train(GoogleCloudDialogflowV2TrainAgentRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
request - The metadata request object.
updateFulfillment(GoogleCloudDialogflowV2Fulfillment request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDialogflowV2Fulfillment>
request - The metadata request object.

Operators

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