Class ProjectsResource.LocationsResource.AgentsResource.ChangelogsResource
The "changelogs" collection of methods.
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.ChangelogsResource
Constructors
ChangelogsResource(IClientService)
Constructs a new resource.
Declaration
public ChangelogsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Retrieves the specified Changelog.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.ChangelogsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the changelog to get. Format: |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AgentsResource.ChangelogsResource.GetRequest |
List(string)
Returns the list of Changelogs.
Declaration
public virtual ProjectsResource.LocationsResource.AgentsResource.ChangelogsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The agent containing the changelogs. Format: |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AgentsResource.ChangelogsResource.ListRequest |