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>
Exports the specified agent to a ZIP file.
getFulfillment(String name, {String? $fields}) Future<GoogleCloudDialogflowV2Fulfillment>
Retrieves the fulfillment.
getValidationResult(String parent, {String? languageCode, String? $fields}) Future<GoogleCloudDialogflowV2ValidationResult>
Gets agent validation result.
import(GoogleCloudDialogflowV2ImportAgentRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Imports the specified agent from a ZIP file.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restore(GoogleCloudDialogflowV2RestoreAgentRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Restores the specified agent from a ZIP file.
Returns the list of agents.
toString() String
A string representation of this object.
inherited
train(GoogleCloudDialogflowV2TrainAgentRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Trains the specified agent.
updateFulfillment(GoogleCloudDialogflowV2Fulfillment request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDialogflowV2Fulfillment>
Updates the fulfillment.

Operators

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