Translate Text
TranslateText translates a text message to another language within a session. The request must include the session identifier, text to translate, and target language tag.
HTTP Mapping: POST “/v1/conversation/inference/translate”
TranslateText translates a text message to another language within a session. The request must include the session identifier, text to translate, and target language tag.
HTTP Mapping: POST “/v1/conversation/inference/translate”
name is the resource identifier of the conversation session to join. Example format: “conversations/{conversation}/sessions/{session}”
/ InferenceText is the translated text.