Interface WidgetServiceGrpc.AsyncService (0.1.0)

public static interface WidgetServiceGrpc.AsyncService

Provides APIs for widgets to interact with CES APIs.

Methods

generateChatToken(GenerateChatTokenRequest request, StreamObserver<GenerateChatTokenResponse> responseObserver)

public default void generateChatToken(GenerateChatTokenRequest request, StreamObserver<GenerateChatTokenResponse> responseObserver)

Generates a session scoped token for chat widget to authenticate with Session APIs.

Parameters
Name Description
request GenerateChatTokenRequest
responseObserver io.grpc.stub.StreamObserver<GenerateChatTokenResponse>