Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.ToolsResource

The "tools" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AgentsResource.ToolsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.ToolsResource

Constructors

ToolsResource(IClientService)

Constructs a new resource.

Declaration
public ToolsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(GoogleCloudDialogflowCxV3Tool, string)

Creates a Tool in the specified agent.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.ToolsResource.CreateRequest Create(GoogleCloudDialogflowCxV3Tool body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3Tool body

The body of the request.

string parent

Required. The agent to create a Tool for. Format: projects//locations//agents/.

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.ToolsResource.CreateRequest

Delete(string)

Deletes a specified Tool.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.ToolsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the Tool to be deleted. Format: projects//locations//agents//tools/.

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.ToolsResource.DeleteRequest

Get(string)

Retrieves the specified Tool.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.ToolsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the Tool. Format: projects//locations//agents//tools/.

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.ToolsResource.GetRequest

List(string)

Returns a list of Tools in the specified agent.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.ToolsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The agent to list the Tools from. Format: projects//locations//agents/.

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.ToolsResource.ListRequest

Patch(GoogleCloudDialogflowCxV3Tool, string)

Update the specified Tool.

Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.ToolsResource.PatchRequest Patch(GoogleCloudDialogflowCxV3Tool body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3Tool body

The body of the request.

string name

The unique identifier of the Tool. Format: projects//locations//agents//tools/.

Returns
Type Description
ProjectsResource.LocationsResource.AgentsResource.ToolsResource.PatchRequest
In this article
Back to top Generated by DocFX