Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.ChangelogsResource

The "changelogs" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AgentsResource.ChangelogsResource
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.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: projects//locations//agents//changelogs/.

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: projects//locations//agents/.

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