Stream Messages
StreamMessages streams chat responses for a given session and message. The request must include the session identifier and the message content.
HTTP Mapping: POST “/v1/conversation/inference/chat:streamMessages”
Request
This endpoint expects an object.
name
The resource name of the session.
message
The message from the user.
Response
OK
content
The current state of the conversation processing session.
Errors
400
Bad Request Error