public sealed class IntentsClientImpl : IntentsClientIntents client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Remarks
Service for managing [Intents][google.cloud.dialogflow.v2.Intent].
Constructors
IntentsClientImpl(Intents.IntentsClient, IntentsSettings)
public IntentsClientImpl(Intents.IntentsClient grpcClient, IntentsSettings settings)Constructs a client wrapper for the Intents service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description | 
| grpcClient | Intents.IntentsClientThe underlying gRPC client. | 
| settings | IntentsSettingsThe base IntentsSettings used within this client. | 
Properties
BatchDeleteIntentsOperationsClient
public override OperationsClient BatchDeleteIntentsOperationsClient { get; }The long-running operations client for BatchDeleteIntents.
| Property Value | |
|---|---|
| Type | Description | 
| OperationsClient | |
BatchUpdateIntentsOperationsClient
public override OperationsClient BatchUpdateIntentsOperationsClient { get; }The long-running operations client for BatchUpdateIntents.
| Property Value | |
|---|---|
| Type | Description | 
| OperationsClient | |
GrpcClient
public override Intents.IntentsClient GrpcClient { get; }The underlying gRPC Intents client
| Property Value | |
|---|---|
| Type | Description | 
| Intents.IntentsClient | |
Methods
BatchDeleteIntents(BatchDeleteIntentsRequest, CallSettings)
public override Operation<Empty, Struct> BatchDeleteIntents(BatchDeleteIntentsRequest request, CallSettings callSettings = null)Deletes intents in the specified agent.
Note: You should always train an agent prior to sending it queries. See the training documentation.
| Parameters | |
|---|---|
| Name | Description | 
| request | BatchDeleteIntentsRequestThe request object containing all of the parameters for the API call. | 
| callSettings | CallSettingsIf not null, applies overrides to this RPC call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation<Empty, Struct> | The RPC response. | 
BatchDeleteIntentsAsync(BatchDeleteIntentsRequest, CallSettings)
public override Task<Operation<Empty, Struct>> BatchDeleteIntentsAsync(BatchDeleteIntentsRequest request, CallSettings callSettings = null)Deletes intents in the specified agent.
Note: You should always train an agent prior to sending it queries. See the training documentation.
| Parameters | |
|---|---|
| Name | Description | 
| request | BatchDeleteIntentsRequestThe request object containing all of the parameters for the API call. | 
| callSettings | CallSettingsIf not null, applies overrides to this RPC call. | 
| Returns | |
|---|---|
| Type | Description | 
| Task<Operation<Empty, Struct>> | A Task containing the RPC response. | 
BatchUpdateIntents(BatchUpdateIntentsRequest, CallSettings)
public override Operation<BatchUpdateIntentsResponse, Struct> BatchUpdateIntents(BatchUpdateIntentsRequest request, CallSettings callSettings = null)Updates/Creates multiple intents in the specified agent.
Note: You should always train an agent prior to sending it queries. See the training documentation.
| Parameters | |
|---|---|
| Name | Description | 
| request | BatchUpdateIntentsRequestThe request object containing all of the parameters for the API call. | 
| callSettings | CallSettingsIf not null, applies overrides to this RPC call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation<BatchUpdateIntentsResponse, Struct> | The RPC response. | 
BatchUpdateIntentsAsync(BatchUpdateIntentsRequest, CallSettings)
public override Task<Operation<BatchUpdateIntentsResponse, Struct>> BatchUpdateIntentsAsync(BatchUpdateIntentsRequest request, CallSettings callSettings = null)Updates/Creates multiple intents in the specified agent.
Note: You should always train an agent prior to sending it queries. See the training documentation.
| Parameters | |
|---|---|
| Name | Description | 
| request | BatchUpdateIntentsRequestThe request object containing all of the parameters for the API call. | 
| callSettings | CallSettingsIf not null, applies overrides to this RPC call. | 
| Returns | |
|---|---|
| Type | Description | 
| Task<Operation<BatchUpdateIntentsResponse, Struct>> | A Task containing the RPC response. | 
CreateIntent(CreateIntentRequest, CallSettings)
public override Intent CreateIntent(CreateIntentRequest request, CallSettings callSettings = null)Creates an intent in the specified agent.
Note: You should always train an agent prior to sending it queries. See the training documentation.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateIntentRequestThe request object containing all of the parameters for the API call. | 
| callSettings | CallSettingsIf not null, applies overrides to this RPC call. | 
| Returns | |
|---|---|
| Type | Description | 
| Intent | The RPC response. | 
CreateIntentAsync(CreateIntentRequest, CallSettings)
public override Task<Intent> CreateIntentAsync(CreateIntentRequest request, CallSettings callSettings = null)Creates an intent in the specified agent.
Note: You should always train an agent prior to sending it queries. See the training documentation.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateIntentRequestThe request object containing all of the parameters for the API call. | 
| callSettings | CallSettingsIf not null, applies overrides to this RPC call. | 
| Returns | |
|---|---|
| Type | Description | 
| Task<Intent> | A Task containing the RPC response. | 
DeleteIntent(DeleteIntentRequest, CallSettings)
public override void DeleteIntent(DeleteIntentRequest request, CallSettings callSettings = null)Deletes the specified intent and its direct or indirect followup intents.
Note: You should always train an agent prior to sending it queries. See the training documentation.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteIntentRequestThe request object containing all of the parameters for the API call. | 
| callSettings | CallSettingsIf not null, applies overrides to this RPC call. | 
DeleteIntentAsync(DeleteIntentRequest, CallSettings)
public override Task DeleteIntentAsync(DeleteIntentRequest request, CallSettings callSettings = null)Deletes the specified intent and its direct or indirect followup intents.
Note: You should always train an agent prior to sending it queries. See the training documentation.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteIntentRequestThe request object containing all of the parameters for the API call. | 
| callSettings | CallSettingsIf not null, applies overrides to this RPC call. | 
| Returns | |
|---|---|
| Type | Description | 
| Task | A Task containing the RPC response. | 
GetIntent(GetIntentRequest, CallSettings)
public override Intent GetIntent(GetIntentRequest request, CallSettings callSettings = null)Retrieves the specified intent.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetIntentRequestThe request object containing all of the parameters for the API call. | 
| callSettings | CallSettingsIf not null, applies overrides to this RPC call. | 
| Returns | |
|---|---|
| Type | Description | 
| Intent | The RPC response. | 
GetIntentAsync(GetIntentRequest, CallSettings)
public override Task<Intent> GetIntentAsync(GetIntentRequest request, CallSettings callSettings = null)Retrieves the specified intent.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetIntentRequestThe request object containing all of the parameters for the API call. | 
| callSettings | CallSettingsIf not null, applies overrides to this RPC call. | 
| Returns | |
|---|---|
| Type | Description | 
| Task<Intent> | A Task containing the RPC response. | 
ListIntents(ListIntentsRequest, CallSettings)
public override PagedEnumerable<ListIntentsResponse, Intent> ListIntents(ListIntentsRequest request, CallSettings callSettings = null)Returns the list of all intents in the specified agent.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListIntentsRequestThe request object containing all of the parameters for the API call. | 
| callSettings | CallSettingsIf not null, applies overrides to this RPC call. | 
| Returns | |
|---|---|
| Type | Description | 
| PagedEnumerable<ListIntentsResponse, Intent> | A pageable sequence of Intent resources. | 
ListIntentsAsync(ListIntentsRequest, CallSettings)
public override PagedAsyncEnumerable<ListIntentsResponse, Intent> ListIntentsAsync(ListIntentsRequest request, CallSettings callSettings = null)Returns the list of all intents in the specified agent.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListIntentsRequestThe request object containing all of the parameters for the API call. | 
| callSettings | CallSettingsIf not null, applies overrides to this RPC call. | 
| Returns | |
|---|---|
| Type | Description | 
| PagedAsyncEnumerable<ListIntentsResponse, Intent> | A pageable asynchronous sequence of Intent resources. | 
UpdateIntent(UpdateIntentRequest, CallSettings)
public override Intent UpdateIntent(UpdateIntentRequest request, CallSettings callSettings = null)Updates the specified intent.
Note: You should always train an agent prior to sending it queries. See the training documentation.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateIntentRequestThe request object containing all of the parameters for the API call. | 
| callSettings | CallSettingsIf not null, applies overrides to this RPC call. | 
| Returns | |
|---|---|
| Type | Description | 
| Intent | The RPC response. | 
UpdateIntentAsync(UpdateIntentRequest, CallSettings)
public override Task<Intent> UpdateIntentAsync(UpdateIntentRequest request, CallSettings callSettings = null)Updates the specified intent.
Note: You should always train an agent prior to sending it queries. See the training documentation.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateIntentRequestThe request object containing all of the parameters for the API call. | 
| callSettings | CallSettingsIf not null, applies overrides to this RPC call. | 
| Returns | |
|---|---|
| Type | Description | 
| Task<Intent> | A Task containing the RPC response. |