Class Versions.VersionsBase (1.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
[BindServiceMethod(typeof(Versions), "BindService")]
public abstract class VersionsBaseBase class for server-side implementations of Versions
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Methods
CreateVersion(CreateVersionRequest, ServerCallContext)
public virtual Task<Operation> CreateVersion(CreateVersionRequest request, ServerCallContext context)Creates a [Version][google.cloud.dialogflow.cx.v3.Version] in the specified [Flow][google.cloud.dialogflow.cx.v3.Flow].
This method is a long-running
operation.
The returned Operation type has the following method-specific fields:
metadata: [CreateVersionOperationMetadata][google.cloud.dialogflow.cx.v3.CreateVersionOperationMetadata]response: [Version][google.cloud.dialogflow.cx.v3.Version]
| Parameters | |
|---|---|
| Name | Description |
request |
CreateVersionRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
DeleteVersion(DeleteVersionRequest, ServerCallContext)
public virtual Task<Empty> DeleteVersion(DeleteVersionRequest request, ServerCallContext context)Deletes the specified [Version][google.cloud.dialogflow.cx.v3.Version].
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteVersionRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Empty> |
The response to send back to the client (wrapped by a task). |
GetVersion(GetVersionRequest, ServerCallContext)
public virtual Task<Version> GetVersion(GetVersionRequest request, ServerCallContext context)Retrieves the specified [Version][google.cloud.dialogflow.cx.v3.Version].
| Parameters | |
|---|---|
| Name | Description |
request |
GetVersionRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Version> |
The response to send back to the client (wrapped by a task). |
ListVersions(ListVersionsRequest, ServerCallContext)
public virtual Task<ListVersionsResponse> ListVersions(ListVersionsRequest request, ServerCallContext context)Returns the list of all versions in the specified [Flow][google.cloud.dialogflow.cx.v3.Flow].
| Parameters | |
|---|---|
| Name | Description |
request |
ListVersionsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<ListVersionsResponse> |
The response to send back to the client (wrapped by a task). |
LoadVersion(LoadVersionRequest, ServerCallContext)
public virtual Task<Operation> LoadVersion(LoadVersionRequest request, ServerCallContext context)Loads resources in the specified version to the draft flow.
This method is a long-running
operation.
The returned Operation type has the following method-specific fields:
metadata: An empty Struct messageresponse: An Empty message
| Parameters | |
|---|---|
| Name | Description |
request |
LoadVersionRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation> |
The response to send back to the client (wrapped by a task). |
UpdateVersion(UpdateVersionRequest, ServerCallContext)
public virtual Task<Version> UpdateVersion(UpdateVersionRequest request, ServerCallContext context)Updates the specified [Version][google.cloud.dialogflow.cx.v3.Version].
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateVersionRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Version> |
The response to send back to the client (wrapped by a task). |