Skip to content

Commit 05958a4

Browse files
Google APIscopybara-github
authored andcommitted
fix!: remove unused proto InputText, InputAudio
Committer: @sheimi PiperOrigin-RevId: 367294563
1 parent 93b078a commit 05958a4

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

google/cloud/dialogflow/v2beta1/participant.proto

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff 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.
400377
message OutputAudio {
401378
// Required. Instructs the speech synthesizer how to generate the speech

0 commit comments

Comments
 (0)