Class SessionEntityTypesGrpc.SessionEntityTypesBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<SessionEntityTypesGrpc.SessionEntityTypesBlockingStub>
-
- com.google.cloud.dialogflow.v2beta1.SessionEntityTypesGrpc.SessionEntityTypesBlockingStub
-
- Enclosing class:
- SessionEntityTypesGrpc
public static final class SessionEntityTypesGrpc.SessionEntityTypesBlockingStub extends io.grpc.stub.AbstractBlockingStub<SessionEntityTypesGrpc.SessionEntityTypesBlockingStub>
A stub to allow clients to do synchronous rpc calls to service SessionEntityTypes.Service for managing [SessionEntityTypes][google.cloud.dialogflow.v2beta1.SessionEntityType].
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
build
protected SessionEntityTypesGrpc.SessionEntityTypesBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<SessionEntityTypesGrpc.SessionEntityTypesBlockingStub>
-
listSessionEntityTypes
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.
-
getSessionEntityType
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.
-
createSessionEntityType
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.
-
updateSessionEntityType
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.
-
deleteSessionEntityType
public com.google.protobuf.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.
-
-