ProjectsAgentResource class
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.
-
search(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudDialogflowV2SearchAgentsResponse>
-
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.