[BindServiceMethod(typeof(Changelogs), "BindService")]
public abstract class Changelogs.ChangelogsBaseReference documentation and code samples for the Dialogflow v3 API class Changelogs.ChangelogsBase.
Base class for server-side implementations of Changelogs
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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 |
GetChangelogRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
ListChangelogsRequestThe request received from the client. |
context |
ServerCallContextThe 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). |