File tree Expand file tree Collapse file tree
google/cloud/dialogflow/v2beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -373,29 +373,6 @@ message UpdateParticipantRequest {
373373 google.protobuf.FieldMask update_mask = 2 [(google.api.field_behavior ) = REQUIRED ];
374374}
375375
376- // Represents the natural language text to be processed.
377- message InputText {
378- // Required. The UTF-8 encoded natural language text to be processed.
379- // Text length must not exceed 256 bytes.
380- string text = 1 ;
381-
382- // Required. The language of this conversational query. See [Language
383- // Support](https://cloud.google.com/dialogflow/docs/reference/language)
384- // for a list of the currently supported language codes.
385- string language_code = 2 ;
386- }
387-
388- // Represents the natural language speech audio to be processed.
389- message InputAudio {
390- // Required. Instructs the speech recognizer how to process the speech audio.
391- InputAudioConfig config = 1 ;
392-
393- // Required. The natural language speech audio to be processed.
394- // A single request can contain up to 1 minute of speech audio data.
395- // The transcribed text cannot contain more than 256 bytes.
396- bytes audio = 2 ;
397- }
398-
399376// Represents the natural language speech audio to be played to the end user.
400377message OutputAudio {
401378 // Required. Instructs the speech synthesizer how to generate the speech
You can’t perform that action at this time.
0 commit comments