Skip to content

Commit 3b0afe5

Browse files
Google APIscopybara-github
authored andcommitted
fix!: remove MixedAudio
BREAKING CHANGE: mixed_audio is removed from ResponseMessage Committer: @sheimi PiperOrigin-RevId: 361217394
1 parent d4cd8d9 commit 3b0afe5

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

google/cloud/dialogflow/v2beta1/participant.proto

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,33 +1237,6 @@ message ResponseMessage {
12371237

12381238
}
12391239

1240-
// Represents an audio message that is composed of both segments
1241-
// synthesized from the Dialogflow agent prompts and ones hosted externally
1242-
// at the specified URIs.
1243-
message MixedAudio {
1244-
// Represents one segment of audio.
1245-
message Segment {
1246-
// Content of the segment.
1247-
oneof content {
1248-
// Raw audio synthesized from the Dialogflow agent's response using
1249-
// the output config specified in the request.
1250-
bytes audio = 1;
1251-
1252-
// Client-specific URI that points to an audio clip accessible to the
1253-
// client.
1254-
string uri = 2;
1255-
}
1256-
1257-
// Whether the playback of this segment can be interrupted by the end
1258-
// user's speech and the client should then start the next Dialogflow
1259-
// request.
1260-
bool allow_playback_interruption = 3;
1261-
}
1262-
1263-
// Segments this audio response is composed of.
1264-
repeated Segment segments = 1;
1265-
}
1266-
12671240
// Required. The rich response message.
12681241
oneof message {
12691242
// Returns a text response.
@@ -1278,9 +1251,5 @@ message ResponseMessage {
12781251
// A signal that indicates the interaction with the Dialogflow agent has
12791252
// ended.
12801253
EndInteraction end_interaction = 4;
1281-
1282-
// An audio response message composed of both the synthesized Dialogflow
1283-
// agent responses and the audios hosted in places known to the client.
1284-
MixedAudio mixed_audio = 5;
12851254
}
12861255
}

0 commit comments

Comments
 (0)