Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
useTimeoutBasedEndpointing
boolean
Use timeout based endpointing, interpreting endpointer sensitivity as seconds of timeout value.
models
map (key: string, value: string)
Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see Speech models.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
[[["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 2025-03-05 UTC."],[[["The JSON representation defines settings for speech-to-text detection, including `endpointerSensitivity`, `noSpeechTimeout`, `useTimeoutBasedEndpointing`, and `models`."],["`endpointerSensitivity` controls the model's sensitivity to detecting the end of speech, ranging from 0 to 100."],["`noSpeechTimeout` specifies the duration in seconds before a lack of speech is detected, formatted as a string with fractional digits, such as `\"3.5s\"`."],["`useTimeoutBasedEndpointing` allows interpreting `endpointerSensitivity` as a timeout in seconds."],["`models` allows mapping languages to specific Speech-to-Text models for requests."]]],[]]