public static final class SessionEntityTypesGrpc.SessionEntityTypesBlockingStub extends io.grpc.stub.AbstractBlockingStub<SessionEntityTypesGrpc.SessionEntityTypesBlockingStub>
Service for managing [SessionEntityTypes][google.cloud.dialogflow.cx.v3.SessionEntityType].
| Modifier and Type | Method and Description |
|---|---|
protected SessionEntityTypesGrpc.SessionEntityTypesBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
SessionEntityType |
createSessionEntityType(CreateSessionEntityTypeRequest request)
Creates a session entity type.
|
com.google.protobuf.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.
|
protected SessionEntityTypesGrpc.SessionEntityTypesBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<SessionEntityTypesGrpc.SessionEntityTypesBlockingStub>public ListSessionEntityTypesResponse listSessionEntityTypes(ListSessionEntityTypesRequest request)
Returns the list of all session entity types in the specified session.
public SessionEntityType getSessionEntityType(GetSessionEntityTypeRequest request)
Retrieves the specified session entity type.
public SessionEntityType createSessionEntityType(CreateSessionEntityTypeRequest request)
Creates a session entity type.
public SessionEntityType updateSessionEntityType(UpdateSessionEntityTypeRequest request)
Updates the specified session entity type.
public com.google.protobuf.Empty deleteSessionEntityType(DeleteSessionEntityTypeRequest request)
Deletes the specified session entity type.
Copyright © 2023 Google LLC. All rights reserved.