SuperBuilderSuperBuilderBaseChat Method
Send a chat message and stream returns a response
Namespace: SuperBuilderWinServiceAssembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
public virtual Task Chat(
ChatRequest request,
IServerStreamWriter<ChatResponse> responseStream,
ServerCallContext context
)
Public Overridable Function Chat (
request As ChatRequest,
responseStream As IServerStreamWriter(Of ChatResponse),
context As ServerCallContext
) As Task
public:
virtual Task^ Chat(
ChatRequest^ request,
IServerStreamWriter<ChatResponse^>^ responseStream,
ServerCallContext^ context
)
abstract Chat :
request : ChatRequest *
responseStream : IServerStreamWriter<ChatResponse> *
context : ServerCallContext -> Task
override Chat :
request : ChatRequest *
responseStream : IServerStreamWriter<ChatResponse> *
context : ServerCallContext -> Task
- request ChatRequest
- The request received from the client.
- responseStream IServerStreamWriterChatResponse
- Used for sending responses back to the client.
- context ServerCallContext
- The context of the server-side call handler being invoked.
TaskA task indicating completion of the handler.