Class SessionEntityTypesGrpc.SessionEntityTypesStub

  • Enclosing class:
    SessionEntityTypesGrpc

    public static final class SessionEntityTypesGrpc.SessionEntityTypesStub
    extends io.grpc.stub.AbstractAsyncStub<SessionEntityTypesGrpc.SessionEntityTypesStub>
    A stub to allow clients to do asynchronous rpc calls to service SessionEntityTypes.
     Service for managing
     [SessionEntityTypes][google.cloud.dialogflow.v2.SessionEntityType].
     
    • Method Detail

      • listSessionEntityTypes

        public void listSessionEntityTypes​(ListSessionEntityTypesRequest request,
                                           io.grpc.stub.StreamObserver<ListSessionEntityTypesResponse> responseObserver)
         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 void getSessionEntityType​(GetSessionEntityTypeRequest request,
                                         io.grpc.stub.StreamObserver<SessionEntityType> responseObserver)
         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 void createSessionEntityType​(CreateSessionEntityTypeRequest request,
                                            io.grpc.stub.StreamObserver<SessionEntityType> responseObserver)
         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 void updateSessionEntityType​(UpdateSessionEntityTypeRequest request,
                                            io.grpc.stub.StreamObserver<SessionEntityType> responseObserver)
         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 void deleteSessionEntityType​(DeleteSessionEntityTypeRequest request,
                                            io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
         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.