Interface AssistantServiceGrpc.AsyncService (0.66.0)

public static interface AssistantServiceGrpc.AsyncService

Service for managing Assistant configuration and assisting users.

Methods

streamAssist(StreamAssistRequest request, StreamObserver<StreamAssistResponse> responseObserver)

public default void streamAssist(StreamAssistRequest request, StreamObserver<StreamAssistResponse> responseObserver)

Assists the user with a query in a streaming fashion.

Parameters
Name Description
request StreamAssistRequest
responseObserver io.grpc.stub.StreamObserver<StreamAssistResponse>