public abstract class TransitionRouteGroupsClient
TransitionRouteGroups client wrapper, for convenient use.
Inheritance
System.Object > TransitionRouteGroupsClientNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Remarks
Service for managing [TransitionRouteGroups][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Properties
DefaultEndpoint
public static string DefaultEndpoint { get; }
The default endpoint for the TransitionRouteGroups service, which is a host of "dialogflow.googleapis.com" and a port of 443.
Property Value | |
---|---|
Type | Description |
System.String |
DefaultScopes
public static IReadOnlyList<string> DefaultScopes { get; }
The default TransitionRouteGroups scopes.
Property Value | |
---|---|
Type | Description |
System.Collections.Generic.IReadOnlyList<System.String> |
The default TransitionRouteGroups scopes are:
GrpcClient
public virtual TransitionRouteGroups.TransitionRouteGroupsClient GrpcClient { get; }
The underlying gRPC TransitionRouteGroups client
Property Value | |
---|---|
Type | Description |
TransitionRouteGroups.TransitionRouteGroupsClient |
Methods
Create()
public static TransitionRouteGroupsClient Create()
Synchronously creates a TransitionRouteGroupsClient using the default credentials, endpoint and settings. To specify custom credentials or other settings, use TransitionRouteGroupsClientBuilder.
Returns | |
---|---|
Type | Description |
TransitionRouteGroupsClient | The created TransitionRouteGroupsClient. |
CreateAsync(CancellationToken)
public static Task<TransitionRouteGroupsClient> CreateAsync(CancellationToken cancellationToken = default(CancellationToken))
Asynchronously creates a TransitionRouteGroupsClient using the default credentials, endpoint and settings. To specify custom credentials or other settings, use TransitionRouteGroupsClientBuilder.
Parameter | |
---|---|
Name | Description |
cancellationToken | System.Threading.CancellationToken The System.Threading.CancellationToken to use while creating the client. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroupsClient> | The task representing the created TransitionRouteGroupsClient. |
CreateTransitionRouteGroup(CreateTransitionRouteGroupRequest, CallSettings)
public virtual TransitionRouteGroup CreateTransitionRouteGroup(CreateTransitionRouteGroupRequest request, CallSettings callSettings = null)
Creates an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] in the specified flow.
Parameters | |
---|---|
Name | Description |
request | CreateTransitionRouteGroupRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TransitionRouteGroup | The RPC response. |
CreateTransitionRouteGroup(FlowName, TransitionRouteGroup, CallSettings)
public virtual TransitionRouteGroup CreateTransitionRouteGroup(FlowName parent, TransitionRouteGroup transitionRouteGroup, CallSettings callSettings = null)
Creates an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] in the specified flow.
Parameters | |
---|---|
Name | Description |
parent | FlowName Required. The flow to create an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] for.
Format: |
transitionRouteGroup | TransitionRouteGroup Required. The transition route group to create. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TransitionRouteGroup | The RPC response. |
CreateTransitionRouteGroup(String, TransitionRouteGroup, CallSettings)
public virtual TransitionRouteGroup CreateTransitionRouteGroup(string parent, TransitionRouteGroup transitionRouteGroup, CallSettings callSettings = null)
Creates an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] in the specified flow.
Parameters | |
---|---|
Name | Description |
parent | System.String Required. The flow to create an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] for.
Format: |
transitionRouteGroup | TransitionRouteGroup Required. The transition route group to create. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TransitionRouteGroup | The RPC response. |
CreateTransitionRouteGroupAsync(CreateTransitionRouteGroupRequest, CallSettings)
public virtual Task<TransitionRouteGroup> CreateTransitionRouteGroupAsync(CreateTransitionRouteGroupRequest request, CallSettings callSettings = null)
Creates an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] in the specified flow.
Parameters | |
---|---|
Name | Description |
request | CreateTransitionRouteGroupRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | A Task containing the RPC response. |
CreateTransitionRouteGroupAsync(CreateTransitionRouteGroupRequest, CancellationToken)
public virtual Task<TransitionRouteGroup> CreateTransitionRouteGroupAsync(CreateTransitionRouteGroupRequest request, CancellationToken cancellationToken)
Creates an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] in the specified flow.
Parameters | |
---|---|
Name | Description |
request | CreateTransitionRouteGroupRequest The request object containing all of the parameters for the API call. |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | A Task containing the RPC response. |
CreateTransitionRouteGroupAsync(FlowName, TransitionRouteGroup, CallSettings)
public virtual Task<TransitionRouteGroup> CreateTransitionRouteGroupAsync(FlowName parent, TransitionRouteGroup transitionRouteGroup, CallSettings callSettings = null)
Creates an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] in the specified flow.
Parameters | |
---|---|
Name | Description |
parent | FlowName Required. The flow to create an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] for.
Format: |
transitionRouteGroup | TransitionRouteGroup Required. The transition route group to create. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | A Task containing the RPC response. |
CreateTransitionRouteGroupAsync(FlowName, TransitionRouteGroup, CancellationToken)
public virtual Task<TransitionRouteGroup> CreateTransitionRouteGroupAsync(FlowName parent, TransitionRouteGroup transitionRouteGroup, CancellationToken cancellationToken)
Creates an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] in the specified flow.
Parameters | |
---|---|
Name | Description |
parent | FlowName Required. The flow to create an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] for.
Format: |
transitionRouteGroup | TransitionRouteGroup Required. The transition route group to create. |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | A Task containing the RPC response. |
CreateTransitionRouteGroupAsync(String, TransitionRouteGroup, CallSettings)
public virtual Task<TransitionRouteGroup> CreateTransitionRouteGroupAsync(string parent, TransitionRouteGroup transitionRouteGroup, CallSettings callSettings = null)
Creates an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] in the specified flow.
Parameters | |
---|---|
Name | Description |
parent | System.String Required. The flow to create an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] for.
Format: |
transitionRouteGroup | TransitionRouteGroup Required. The transition route group to create. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | A Task containing the RPC response. |
CreateTransitionRouteGroupAsync(String, TransitionRouteGroup, CancellationToken)
public virtual Task<TransitionRouteGroup> CreateTransitionRouteGroupAsync(string parent, TransitionRouteGroup transitionRouteGroup, CancellationToken cancellationToken)
Creates an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] in the specified flow.
Parameters | |
---|---|
Name | Description |
parent | System.String Required. The flow to create an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] for.
Format: |
transitionRouteGroup | TransitionRouteGroup Required. The transition route group to create. |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | A Task containing the RPC response. |
DeleteTransitionRouteGroup(DeleteTransitionRouteGroupRequest, CallSettings)
public virtual void DeleteTransitionRouteGroup(DeleteTransitionRouteGroupRequest request, CallSettings callSettings = null)
Deletes the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
request | DeleteTransitionRouteGroupRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
DeleteTransitionRouteGroup(TransitionRouteGroupName, CallSettings)
public virtual void DeleteTransitionRouteGroup(TransitionRouteGroupName name, CallSettings callSettings = null)
Deletes the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
name | TransitionRouteGroupName Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] to delete.
Format: |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
DeleteTransitionRouteGroup(String, CallSettings)
public virtual void DeleteTransitionRouteGroup(string name, CallSettings callSettings = null)
Deletes the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
name | System.String Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] to delete.
Format: |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
DeleteTransitionRouteGroupAsync(DeleteTransitionRouteGroupRequest, CallSettings)
public virtual Task DeleteTransitionRouteGroupAsync(DeleteTransitionRouteGroupRequest request, CallSettings callSettings = null)
Deletes the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
request | DeleteTransitionRouteGroupRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task | A Task containing the RPC response. |
DeleteTransitionRouteGroupAsync(DeleteTransitionRouteGroupRequest, CancellationToken)
public virtual Task DeleteTransitionRouteGroupAsync(DeleteTransitionRouteGroupRequest request, CancellationToken cancellationToken)
Deletes the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
request | DeleteTransitionRouteGroupRequest The request object containing all of the parameters for the API call. |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task | A Task containing the RPC response. |
DeleteTransitionRouteGroupAsync(TransitionRouteGroupName, CallSettings)
public virtual Task DeleteTransitionRouteGroupAsync(TransitionRouteGroupName name, CallSettings callSettings = null)
Deletes the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
name | TransitionRouteGroupName Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] to delete.
Format: |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task | A Task containing the RPC response. |
DeleteTransitionRouteGroupAsync(TransitionRouteGroupName, CancellationToken)
public virtual Task DeleteTransitionRouteGroupAsync(TransitionRouteGroupName name, CancellationToken cancellationToken)
Deletes the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
name | TransitionRouteGroupName Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] to delete.
Format: |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task | A Task containing the RPC response. |
DeleteTransitionRouteGroupAsync(String, CallSettings)
public virtual Task DeleteTransitionRouteGroupAsync(string name, CallSettings callSettings = null)
Deletes the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
name | System.String Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] to delete.
Format: |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task | A Task containing the RPC response. |
DeleteTransitionRouteGroupAsync(String, CancellationToken)
public virtual Task DeleteTransitionRouteGroupAsync(string name, CancellationToken cancellationToken)
Deletes the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
name | System.String Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup] to delete.
Format: |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task | A Task containing the RPC response. |
GetTransitionRouteGroup(GetTransitionRouteGroupRequest, CallSettings)
public virtual TransitionRouteGroup GetTransitionRouteGroup(GetTransitionRouteGroupRequest request, CallSettings callSettings = null)
Retrieves the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
request | GetTransitionRouteGroupRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TransitionRouteGroup | The RPC response. |
GetTransitionRouteGroup(TransitionRouteGroupName, CallSettings)
public virtual TransitionRouteGroup GetTransitionRouteGroup(TransitionRouteGroupName name, CallSettings callSettings = null)
Retrieves the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
name | TransitionRouteGroupName Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Format: |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TransitionRouteGroup | The RPC response. |
GetTransitionRouteGroup(String, CallSettings)
public virtual TransitionRouteGroup GetTransitionRouteGroup(string name, CallSettings callSettings = null)
Retrieves the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
name | System.String Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Format: |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TransitionRouteGroup | The RPC response. |
GetTransitionRouteGroupAsync(GetTransitionRouteGroupRequest, CallSettings)
public virtual Task<TransitionRouteGroup> GetTransitionRouteGroupAsync(GetTransitionRouteGroupRequest request, CallSettings callSettings = null)
Retrieves the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
request | GetTransitionRouteGroupRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | A Task containing the RPC response. |
GetTransitionRouteGroupAsync(GetTransitionRouteGroupRequest, CancellationToken)
public virtual Task<TransitionRouteGroup> GetTransitionRouteGroupAsync(GetTransitionRouteGroupRequest request, CancellationToken cancellationToken)
Retrieves the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
request | GetTransitionRouteGroupRequest The request object containing all of the parameters for the API call. |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | A Task containing the RPC response. |
GetTransitionRouteGroupAsync(TransitionRouteGroupName, CallSettings)
public virtual Task<TransitionRouteGroup> GetTransitionRouteGroupAsync(TransitionRouteGroupName name, CallSettings callSettings = null)
Retrieves the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
name | TransitionRouteGroupName Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Format: |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | A Task containing the RPC response. |
GetTransitionRouteGroupAsync(TransitionRouteGroupName, CancellationToken)
public virtual Task<TransitionRouteGroup> GetTransitionRouteGroupAsync(TransitionRouteGroupName name, CancellationToken cancellationToken)
Retrieves the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
name | TransitionRouteGroupName Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Format: |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | A Task containing the RPC response. |
GetTransitionRouteGroupAsync(String, CallSettings)
public virtual Task<TransitionRouteGroup> GetTransitionRouteGroupAsync(string name, CallSettings callSettings = null)
Retrieves the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
name | System.String Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Format: |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | A Task containing the RPC response. |
GetTransitionRouteGroupAsync(String, CancellationToken)
public virtual Task<TransitionRouteGroup> GetTransitionRouteGroupAsync(string name, CancellationToken cancellationToken)
Retrieves the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
name | System.String Required. The name of the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Format: |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | A Task containing the RPC response. |
ListTransitionRouteGroups(FlowName, String, Nullable<Int32>, CallSettings)
public virtual PagedEnumerable<ListTransitionRouteGroupsResponse, TransitionRouteGroup> ListTransitionRouteGroups(FlowName parent, string pageToken = null, int? pageSize = default(int? ), CallSettings callSettings = null)
Returns the list of all transition route groups in the specified flow.
Parameters | |
---|---|
Name | Description |
parent | FlowName Required. The flow to list all transition route groups for.
Format: |
pageToken | System.String The token returned from the previous request. A value of |
pageSize | System.Nullable<System.Int32> The size of page to request. The response will not be larger than this, but may be smaller. A value of
|
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.Api.Gax.PagedEnumerable<ListTransitionRouteGroupsResponse, TransitionRouteGroup> | A pageable sequence of TransitionRouteGroup resources. |
ListTransitionRouteGroups(ListTransitionRouteGroupsRequest, CallSettings)
public virtual PagedEnumerable<ListTransitionRouteGroupsResponse, TransitionRouteGroup> ListTransitionRouteGroups(ListTransitionRouteGroupsRequest request, CallSettings callSettings = null)
Returns the list of all transition route groups in the specified flow.
Parameters | |
---|---|
Name | Description |
request | ListTransitionRouteGroupsRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.Api.Gax.PagedEnumerable<ListTransitionRouteGroupsResponse, TransitionRouteGroup> | A pageable sequence of TransitionRouteGroup resources. |
ListTransitionRouteGroups(String, String, Nullable<Int32>, CallSettings)
public virtual PagedEnumerable<ListTransitionRouteGroupsResponse, TransitionRouteGroup> ListTransitionRouteGroups(string parent, string pageToken = null, int? pageSize = default(int? ), CallSettings callSettings = null)
Returns the list of all transition route groups in the specified flow.
Parameters | |
---|---|
Name | Description |
parent | System.String Required. The flow to list all transition route groups for.
Format: |
pageToken | System.String The token returned from the previous request. A value of |
pageSize | System.Nullable<System.Int32> The size of page to request. The response will not be larger than this, but may be smaller. A value of
|
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.Api.Gax.PagedEnumerable<ListTransitionRouteGroupsResponse, TransitionRouteGroup> | A pageable sequence of TransitionRouteGroup resources. |
ListTransitionRouteGroupsAsync(FlowName, String, Nullable<Int32>, CallSettings)
public virtual PagedAsyncEnumerable<ListTransitionRouteGroupsResponse, TransitionRouteGroup> ListTransitionRouteGroupsAsync(FlowName parent, string pageToken = null, int? pageSize = default(int? ), CallSettings callSettings = null)
Returns the list of all transition route groups in the specified flow.
Parameters | |
---|---|
Name | Description |
parent | FlowName Required. The flow to list all transition route groups for.
Format: |
pageToken | System.String The token returned from the previous request. A value of |
pageSize | System.Nullable<System.Int32> The size of page to request. The response will not be larger than this, but may be smaller. A value of
|
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.Api.Gax.PagedAsyncEnumerable<ListTransitionRouteGroupsResponse, TransitionRouteGroup> | A pageable asynchronous sequence of TransitionRouteGroup resources. |
ListTransitionRouteGroupsAsync(ListTransitionRouteGroupsRequest, CallSettings)
public virtual PagedAsyncEnumerable<ListTransitionRouteGroupsResponse, TransitionRouteGroup> ListTransitionRouteGroupsAsync(ListTransitionRouteGroupsRequest request, CallSettings callSettings = null)
Returns the list of all transition route groups in the specified flow.
Parameters | |
---|---|
Name | Description |
request | ListTransitionRouteGroupsRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.Api.Gax.PagedAsyncEnumerable<ListTransitionRouteGroupsResponse, TransitionRouteGroup> | A pageable asynchronous sequence of TransitionRouteGroup resources. |
ListTransitionRouteGroupsAsync(String, String, Nullable<Int32>, CallSettings)
public virtual PagedAsyncEnumerable<ListTransitionRouteGroupsResponse, TransitionRouteGroup> ListTransitionRouteGroupsAsync(string parent, string pageToken = null, int? pageSize = default(int? ), CallSettings callSettings = null)
Returns the list of all transition route groups in the specified flow.
Parameters | |
---|---|
Name | Description |
parent | System.String Required. The flow to list all transition route groups for.
Format: |
pageToken | System.String The token returned from the previous request. A value of |
pageSize | System.Nullable<System.Int32> The size of page to request. The response will not be larger than this, but may be smaller. A value of
|
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.Api.Gax.PagedAsyncEnumerable<ListTransitionRouteGroupsResponse, TransitionRouteGroup> | A pageable asynchronous sequence of TransitionRouteGroup resources. |
ShutdownDefaultChannelsAsync()
public static Task ShutdownDefaultChannelsAsync()
Shuts down any channels automatically created by Create() and CreateAsync(CancellationToken). Channels which weren't automatically created are not affected.
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task | A task representing the asynchronous shutdown operation. |
After calling this method, further calls to Create() and CreateAsync(CancellationToken) will create new channels, which could in turn be shut down by another call to this method.
UpdateTransitionRouteGroup(TransitionRouteGroup, FieldMask, CallSettings)
public virtual TransitionRouteGroup UpdateTransitionRouteGroup(TransitionRouteGroup transitionRouteGroup, FieldMask updateMask, CallSettings callSettings = null)
Updates the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
transitionRouteGroup | TransitionRouteGroup Required. The transition route group to update. |
updateMask | Google.Protobuf.WellKnownTypes.FieldMask The mask to control which fields get updated. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TransitionRouteGroup | The RPC response. |
UpdateTransitionRouteGroup(UpdateTransitionRouteGroupRequest, CallSettings)
public virtual TransitionRouteGroup UpdateTransitionRouteGroup(UpdateTransitionRouteGroupRequest request, CallSettings callSettings = null)
Updates the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
request | UpdateTransitionRouteGroupRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TransitionRouteGroup | The RPC response. |
UpdateTransitionRouteGroupAsync(TransitionRouteGroup, FieldMask, CallSettings)
public virtual Task<TransitionRouteGroup> UpdateTransitionRouteGroupAsync(TransitionRouteGroup transitionRouteGroup, FieldMask updateMask, CallSettings callSettings = null)
Updates the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
transitionRouteGroup | TransitionRouteGroup Required. The transition route group to update. |
updateMask | Google.Protobuf.WellKnownTypes.FieldMask The mask to control which fields get updated. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | A Task containing the RPC response. |
UpdateTransitionRouteGroupAsync(TransitionRouteGroup, FieldMask, CancellationToken)
public virtual Task<TransitionRouteGroup> UpdateTransitionRouteGroupAsync(TransitionRouteGroup transitionRouteGroup, FieldMask updateMask, CancellationToken cancellationToken)
Updates the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
transitionRouteGroup | TransitionRouteGroup Required. The transition route group to update. |
updateMask | Google.Protobuf.WellKnownTypes.FieldMask The mask to control which fields get updated. |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | A Task containing the RPC response. |
UpdateTransitionRouteGroupAsync(UpdateTransitionRouteGroupRequest, CallSettings)
public virtual Task<TransitionRouteGroup> UpdateTransitionRouteGroupAsync(UpdateTransitionRouteGroupRequest request, CallSettings callSettings = null)
Updates the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
request | UpdateTransitionRouteGroupRequest The request object containing all of the parameters for the API call. |
callSettings | Google.Api.Gax.Grpc.CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | A Task containing the RPC response. |
UpdateTransitionRouteGroupAsync(UpdateTransitionRouteGroupRequest, CancellationToken)
public virtual Task<TransitionRouteGroup> UpdateTransitionRouteGroupAsync(UpdateTransitionRouteGroupRequest request, CancellationToken cancellationToken)
Updates the specified [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
Parameters | |
---|---|
Name | Description |
request | UpdateTransitionRouteGroupRequest The request object containing all of the parameters for the API call. |
cancellationToken | System.Threading.CancellationToken A System.Threading.CancellationToken to use for this RPC. |
Returns | |
---|---|
Type | Description |
System.Threading.Tasks.Task<TransitionRouteGroup> | A Task containing the RPC response. |