[BindServiceMethod(typeof(TransitionRouteGroups), "BindService")]
public abstract class TransitionRouteGroupsBase
Base class for server-side implementations of TransitionRouteGroups
Inheritance
System.Object > TransitionRouteGroups.TransitionRouteGroupsBaseNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Methods
CreateTransitionRouteGroup(CreateTransitionRouteGroupRequest, ServerCallContext)
public virtual Task<TransitionRouteGroup> CreateTransitionRouteGroup(CreateTransitionRouteGroupRequest request, ServerCallContext context)
Creates an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] in the specified flow.
Parameters | |
---|---|
Name | Description |
request | CreateTransitionRouteGroupRequest The request received from the client. |
context | Grpc.Core.ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | The response to send back to the client (wrapped by a task). |
DeleteTransitionRouteGroup(DeleteTransitionRouteGroupRequest, ServerCallContext)
public virtual Task<Empty> DeleteTransitionRouteGroup(DeleteTransitionRouteGroupRequest request, ServerCallContext context)
Deletes the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
request | DeleteTransitionRouteGroupRequest The request received from the client. |
context | Grpc.Core.ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<Google.Protobuf.WellKnownTypes.Empty> | The response to send back to the client (wrapped by a task). |
GetTransitionRouteGroup(GetTransitionRouteGroupRequest, ServerCallContext)
public virtual Task<TransitionRouteGroup> GetTransitionRouteGroup(GetTransitionRouteGroupRequest request, ServerCallContext context)
Retrieves the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
request | GetTransitionRouteGroupRequest The request received from the client. |
context | Grpc.Core.ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | The response to send back to the client (wrapped by a task). |
ListTransitionRouteGroups(ListTransitionRouteGroupsRequest, ServerCallContext)
public virtual Task<ListTransitionRouteGroupsResponse> ListTransitionRouteGroups(ListTransitionRouteGroupsRequest request, ServerCallContext context)
Returns the list of all transition route groups in the specified flow.
Parameters | |
---|---|
Name | Description |
request | ListTransitionRouteGroupsRequest The request received from the client. |
context | Grpc.Core.ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<ListTransitionRouteGroupsResponse> | The response to send back to the client (wrapped by a task). |
UpdateTransitionRouteGroup(UpdateTransitionRouteGroupRequest, ServerCallContext)
public virtual Task<TransitionRouteGroup> UpdateTransitionRouteGroup(UpdateTransitionRouteGroupRequest request, ServerCallContext context)
Updates the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
request | UpdateTransitionRouteGroupRequest The request received from the client. |
context | Grpc.Core.ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | The response to send back to the client (wrapped by a task). |