Dialogflow v3 API - Class Changelogs.ChangelogsBase (2.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
[BindServiceMethod(typeof(Changelogs), "BindService")]
public abstract class 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 |
GetChangelogRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Changelog> |
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 |
Task<ListChangelogsResponse> |
The response to send back to the client (wrapped by a task). |