parent
0797fd5b90
commit
1935fb8889
|
|
@ -254,7 +254,7 @@ enum OutputAudioEncoding {
|
|||
// Audio content returned as LINEAR16 also contains a WAV header.
|
||||
OUTPUT_AUDIO_ENCODING_LINEAR_16 = 1;
|
||||
|
||||
// MP3 audio.
|
||||
// MP3 audio at 32kbps.
|
||||
OUTPUT_AUDIO_ENCODING_MP3 = 2;
|
||||
|
||||
// Opus encoded audio wrapped in an ogg container. The result will be a
|
||||
|
|
|
|||
|
|
@ -844,7 +844,7 @@ message Intent {
|
|||
bool is_fallback = 4 [(google.api.field_behavior) = OPTIONAL];
|
||||
|
||||
// Optional. Indicates whether Machine Learning is disabled for the intent.
|
||||
// Note: If `ml_diabled` setting is set to true, then this intent is not
|
||||
// Note: If `ml_disabled` setting is set to true, then this intent is not
|
||||
// taken into account during inference in `ML ONLY` match mode. Also,
|
||||
// auto-markup in the UI is turned off.
|
||||
bool ml_disabled = 19 [(google.api.field_behavior) = OPTIONAL];
|
||||
|
|
|
|||
Loading…
Reference in New Issue