Send Message
SendMessage sends a single-turn chat message within a conversation session. The request must include the session identifier and the message content.
HTTP Mapping: POST “/v1/conversation/inference/chat:sendMessage”
SendMessage sends a single-turn chat message within a conversation session. The request must include the session identifier and the message content.
HTTP Mapping: POST “/v1/conversation/inference/chat:sendMessage”
name is the resource identifier of the conversation session to join. Example format: “conversations/{conversation}/sessions/{session}”