Required. The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes for virtual agent interactions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[[["The provided content details the JSON structure for representing natural language speech audio for processing."],["The JSON representation includes a `config` object for speech processing instructions and an `audio` string for the speech data itself."],["The `config` field is a required object that defines how the speech recognizer should process the audio input."],["The `audio` field is also required and must be a base64-encoded string of the speech audio, limited to 2 minutes and 256 bytes for virtual agent interactions."]]],[]]