Dialogflow v3 API - Class Changelogs.ChangelogsBase (2.18.0)

[BindServiceMethod(typeof(Changelogs), "BindService")]
public abstract class Changelogs.ChangelogsBase

Reference documentation and code samples for the Dialogflow v3 API class Changelogs.ChangelogsBase.

Base class for server-side implementations of Changelogs

Inheritance

object > Changelogs.ChangelogsBase

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Methods

GetChangelog(GetChangelogRequest, ServerCallContext)

public virtual Task<Changelog> GetChangelog(GetChangelogRequest request, ServerCallContext context)

Retrieves the specified Changelog.

Parameters
Name Description
request GetChangelogRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskChangelog

The response to send back to the client (wrapped by a task).

ListChangelogs(ListChangelogsRequest, ServerCallContext)

public virtual Task<ListChangelogsResponse> ListChangelogs(ListChangelogsRequest request, ServerCallContext context)

Returns the list of Changelogs.

Parameters
Name Description
request ListChangelogsRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskListChangelogsResponse

The response to send back to the client (wrapped by a task).