Class ProjectsResource.AgentResource.VersionsResource
The "versions" collection of methods.
Inheritance
ProjectsResource.AgentResource.VersionsResource
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource.AgentResource.VersionsResource
Constructors
VersionsResource(IClientService)
Constructs a new resource.
Declaration
public VersionsResource(IClientService service)
Parameters
Methods
Create(GoogleCloudDialogflowV2Version, string)
Declaration
public virtual ProjectsResource.AgentResource.VersionsResource.CreateRequest Create(GoogleCloudDialogflowV2Version body, string parent)
Parameters
Returns
Delete(string)
Declaration
public virtual ProjectsResource.AgentResource.VersionsResource.DeleteRequest Delete(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
null
|
Returns
Get(string)
Declaration
public virtual ProjectsResource.AgentResource.VersionsResource.GetRequest Get(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
null
|
Returns
List(string)
Declaration
public virtual ProjectsResource.AgentResource.VersionsResource.ListRequest List(string parent)
Parameters
| Type |
Name |
Description |
| string |
parent |
null
|
Returns
Patch(GoogleCloudDialogflowV2Version, string)
Declaration
public virtual ProjectsResource.AgentResource.VersionsResource.PatchRequest Patch(GoogleCloudDialogflowV2Version body, string name)
Parameters
Returns