Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
fix!: remove unused proto InputText, InputAudio (#796)
Browse files Browse the repository at this point in the history
Committer: @sheimi
PiperOrigin-RevId: 367294563

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Apr 7 14:09:22 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 05958a4be99ee175858e14dbba580faa18079b07
Source-Link: googleapis/googleapis@05958a4

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
yoshi-automation and bcoe committed Apr 26, 2021
1 parent 27a72a3 commit 4f6f7d6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 675 deletions.
23 changes: 0 additions & 23 deletions protos/google/cloud/dialogflow/v2beta1/participant.proto
Original file line number Diff line number Diff line change
Expand Up @@ -373,29 +373,6 @@ message UpdateParticipantRequest {
google.protobuf.FieldMask update_mask = 2 [(google.api.field_behavior) = REQUIRED];
}

// Represents the natural language text to be processed.
message InputText {
// Required. The UTF-8 encoded natural language text to be processed.
// Text length must not exceed 256 bytes.
string text = 1;

// Required. The language of this conversational query. See [Language
// Support](https://cloud.google.com/dialogflow/docs/reference/language)
// for a list of the currently supported language codes.
string language_code = 2;
}

// Represents the natural language speech audio to be processed.
message InputAudio {
// Required. Instructs the speech recognizer how to process the speech audio.
InputAudioConfig config = 1;

// Required. The natural language speech audio to be processed.
// A single request can contain up to 1 minute of speech audio data.
// The transcribed text cannot contain more than 256 bytes.
bytes audio = 2;
}

// Represents the natural language speech audio to be played to the end user.
message OutputAudio {
// Required. Instructs the speech synthesizer how to generate the speech
Expand Down
192 changes: 0 additions & 192 deletions protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4f6f7d6

Please sign in to comment.