Google Cloud Dialogflow v2 API - Class SessionEntityTypes.SessionEntityTypesClient (4.18.0)

public class SessionEntityTypes.SessionEntityTypesClient : ClientBase<SessionEntityTypes.SessionEntityTypesClient>

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SessionEntityTypes.SessionEntityTypesClient.

Client for SessionEntityTypes

Inheritance

object > ClientBase > ClientBaseSessionEntityTypesSessionEntityTypesClient > SessionEntityTypes.SessionEntityTypesClient

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SessionEntityTypesClient()

protected SessionEntityTypesClient()

Protected parameterless constructor to allow creation of test doubles.

SessionEntityTypesClient(CallInvoker)

public SessionEntityTypesClient(CallInvoker callInvoker)

Creates a new client for SessionEntityTypes that uses a custom CallInvoker.

Parameter
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

SessionEntityTypesClient(ChannelBase)

public SessionEntityTypesClient(ChannelBase channel)

Creates a new client for SessionEntityTypes

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

SessionEntityTypesClient(ClientBaseConfiguration)

protected SessionEntityTypesClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

The client configuration.

Methods

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

Creates a new instance of Locations.LocationsClient using the same call invoker as this client.

Returns
TypeDescription
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

CreateSessionEntityType(CreateSessionEntityTypeRequest, CallOptions)

public virtual SessionEntityType CreateSessionEntityType(CreateSessionEntityTypeRequest request, CallOptions options)

Creates a session entity type.

If the specified session entity type already exists, overrides the session entity type.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestCreateSessionEntityTypeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
SessionEntityType

The response received from the server.

CreateSessionEntityType(CreateSessionEntityTypeRequest, Metadata, DateTime?, CancellationToken)

public virtual SessionEntityType CreateSessionEntityType(CreateSessionEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a session entity type.

If the specified session entity type already exists, overrides the session entity type.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestCreateSessionEntityTypeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
SessionEntityType

The response received from the server.

CreateSessionEntityTypeAsync(CreateSessionEntityTypeRequest, CallOptions)

public virtual AsyncUnaryCall<SessionEntityType> CreateSessionEntityTypeAsync(CreateSessionEntityTypeRequest request, CallOptions options)

Creates a session entity type.

If the specified session entity type already exists, overrides the session entity type.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestCreateSessionEntityTypeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallSessionEntityType

The call object.

CreateSessionEntityTypeAsync(CreateSessionEntityTypeRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<SessionEntityType> CreateSessionEntityTypeAsync(CreateSessionEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a session entity type.

If the specified session entity type already exists, overrides the session entity type.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestCreateSessionEntityTypeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallSessionEntityType

The call object.

DeleteSessionEntityType(DeleteSessionEntityTypeRequest, CallOptions)

public virtual Empty DeleteSessionEntityType(DeleteSessionEntityTypeRequest request, CallOptions options)

Deletes the specified session entity type.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestDeleteSessionEntityTypeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Empty

The response received from the server.

DeleteSessionEntityType(DeleteSessionEntityTypeRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteSessionEntityType(DeleteSessionEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes the specified session entity type.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestDeleteSessionEntityTypeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Empty

The response received from the server.

DeleteSessionEntityTypeAsync(DeleteSessionEntityTypeRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteSessionEntityTypeAsync(DeleteSessionEntityTypeRequest request, CallOptions options)

Deletes the specified session entity type.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestDeleteSessionEntityTypeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallEmpty

The call object.

DeleteSessionEntityTypeAsync(DeleteSessionEntityTypeRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteSessionEntityTypeAsync(DeleteSessionEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes the specified session entity type.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestDeleteSessionEntityTypeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallEmpty

The call object.

GetSessionEntityType(GetSessionEntityTypeRequest, CallOptions)

public virtual SessionEntityType GetSessionEntityType(GetSessionEntityTypeRequest request, CallOptions options)

Retrieves the specified session entity type.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestGetSessionEntityTypeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
SessionEntityType

The response received from the server.

GetSessionEntityType(GetSessionEntityTypeRequest, Metadata, DateTime?, CancellationToken)

public virtual SessionEntityType GetSessionEntityType(GetSessionEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves the specified session entity type.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestGetSessionEntityTypeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
SessionEntityType

The response received from the server.

GetSessionEntityTypeAsync(GetSessionEntityTypeRequest, CallOptions)

public virtual AsyncUnaryCall<SessionEntityType> GetSessionEntityTypeAsync(GetSessionEntityTypeRequest request, CallOptions options)

Retrieves the specified session entity type.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestGetSessionEntityTypeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallSessionEntityType

The call object.

GetSessionEntityTypeAsync(GetSessionEntityTypeRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<SessionEntityType> GetSessionEntityTypeAsync(GetSessionEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves the specified session entity type.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestGetSessionEntityTypeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallSessionEntityType

The call object.

ListSessionEntityTypes(ListSessionEntityTypesRequest, CallOptions)

public virtual ListSessionEntityTypesResponse ListSessionEntityTypes(ListSessionEntityTypesRequest request, CallOptions options)

Returns the list of all session entity types in the specified session.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestListSessionEntityTypesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListSessionEntityTypesResponse

The response received from the server.

ListSessionEntityTypes(ListSessionEntityTypesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListSessionEntityTypesResponse ListSessionEntityTypes(ListSessionEntityTypesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the list of all session entity types in the specified session.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestListSessionEntityTypesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListSessionEntityTypesResponse

The response received from the server.

ListSessionEntityTypesAsync(ListSessionEntityTypesRequest, CallOptions)

public virtual AsyncUnaryCall<ListSessionEntityTypesResponse> ListSessionEntityTypesAsync(ListSessionEntityTypesRequest request, CallOptions options)

Returns the list of all session entity types in the specified session.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestListSessionEntityTypesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListSessionEntityTypesResponse

The call object.

ListSessionEntityTypesAsync(ListSessionEntityTypesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListSessionEntityTypesResponse> ListSessionEntityTypesAsync(ListSessionEntityTypesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the list of all session entity types in the specified session.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestListSessionEntityTypesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListSessionEntityTypesResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override SessionEntityTypes.SessionEntityTypesClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
SessionEntityTypesSessionEntityTypesClient
Overrides

UpdateSessionEntityType(UpdateSessionEntityTypeRequest, CallOptions)

public virtual SessionEntityType UpdateSessionEntityType(UpdateSessionEntityTypeRequest request, CallOptions options)

Updates the specified session entity type.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestUpdateSessionEntityTypeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
SessionEntityType

The response received from the server.

UpdateSessionEntityType(UpdateSessionEntityTypeRequest, Metadata, DateTime?, CancellationToken)

public virtual SessionEntityType UpdateSessionEntityType(UpdateSessionEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the specified session entity type.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestUpdateSessionEntityTypeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
SessionEntityType

The response received from the server.

UpdateSessionEntityTypeAsync(UpdateSessionEntityTypeRequest, CallOptions)

public virtual AsyncUnaryCall<SessionEntityType> UpdateSessionEntityTypeAsync(UpdateSessionEntityTypeRequest request, CallOptions options)

Updates the specified session entity type.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestUpdateSessionEntityTypeRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallSessionEntityType

The call object.

UpdateSessionEntityTypeAsync(UpdateSessionEntityTypeRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<SessionEntityType> UpdateSessionEntityTypeAsync(UpdateSessionEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the specified session entity type.

This method doesn't work with Google Assistant integration. Contact Dialogflow support if you need to use session entities with Google Assistant integration.

Parameters
NameDescription
requestUpdateSessionEntityTypeRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallSessionEntityType

The call object.