public static final class SessionEntityTypesGrpc.SessionEntityTypesBlockingStub extends AbstractBlockingStub<SessionEntityTypesGrpc.SessionEntityTypesBlockingStub>
Service for managing [SessionEntityTypes][google.cloud.dialogflow.v2beta1.SessionEntityType].
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected SessionEntityTypesGrpc.SessionEntityTypesBlockingStub |
build(Channel channel,
CallOptions callOptions) |
SessionEntityType |
createSessionEntityType(CreateSessionEntityTypeRequest request)
Creates a session entity type.
|
Empty |
deleteSessionEntityType(DeleteSessionEntityTypeRequest request)
Deletes the specified session entity type.
|
SessionEntityType |
getSessionEntityType(GetSessionEntityTypeRequest request)
Retrieves the specified session entity type.
|
ListSessionEntityTypesResponse |
listSessionEntityTypes(ListSessionEntityTypesRequest request)
Returns the list of all session entity types in the specified session.
|
SessionEntityType |
updateSessionEntityType(UpdateSessionEntityTypeRequest request)
Updates the specified session entity type.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected SessionEntityTypesGrpc.SessionEntityTypesBlockingStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<SessionEntityTypesGrpc.SessionEntityTypesBlockingStub>
public ListSessionEntityTypesResponse listSessionEntityTypes(ListSessionEntityTypesRequest request)
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.
public SessionEntityType getSessionEntityType(GetSessionEntityTypeRequest request)
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.
public SessionEntityType createSessionEntityType(CreateSessionEntityTypeRequest request)
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.
public SessionEntityType updateSessionEntityType(UpdateSessionEntityTypeRequest request)
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.
public Empty deleteSessionEntityType(DeleteSessionEntityTypeRequest request)
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.
Copyright © 2021 Google LLC. All rights reserved.