ProjectsLocationsAgentsResource class

Constructors

ProjectsLocationsAgentsResource(ApiRequester client)

Methods

create(GoogleCloudDialogflowCxV3Agent request, String parent, {String? $fields}) Future<GoogleCloudDialogflowCxV3Agent>
Creates an agent in the specified location.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes the specified agent.
export(GoogleCloudDialogflowCxV3ExportAgentRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Exports the specified agent to a binary file.
get(String name, {String? $fields}) Future<GoogleCloudDialogflowCxV3Agent>
Retrieves the specified agent.
getGenerativeSettings(String name, {String? languageCode, String? $fields}) Future<GoogleCloudDialogflowCxV3GenerativeSettings>
Gets the generative settings for the agent.
getValidationResult(String name, {String? languageCode, String? $fields}) Future<GoogleCloudDialogflowCxV3AgentValidationResult>
Gets the latest agent validation result.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDialogflowCxV3ListAgentsResponse>
Returns the list of all agents in the specified location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDialogflowCxV3Agent request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDialogflowCxV3Agent>
Updates the specified agent.
restore(GoogleCloudDialogflowCxV3RestoreAgentRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Restores the specified agent from a binary file.
toString() String
A string representation of this object.
inherited
updateGenerativeSettings(GoogleCloudDialogflowCxV3GenerativeSettings request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDialogflowCxV3GenerativeSettings>
Updates the generative settings for the agent.
validate(GoogleCloudDialogflowCxV3ValidateAgentRequest request, String name, {String? $fields}) Future<GoogleCloudDialogflowCxV3AgentValidationResult>
Validates the specified agent and creates or updates validation results.

Operators

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