@@ -168,7 +168,7 @@ message DetectIntentRequest {
168168 bytes input_audio = 5 ;
169169}
170170
171- // The message returned from the DetectIntent method.
171+ // The message returned from the [ DetectIntent][] method.
172172message DetectIntentResponse {
173173 // The unique identifier of the response. It can be used to
174174 // locate a response in the training example set or for reporting issues.
@@ -299,8 +299,8 @@ message QueryResult {
299299 // was not set.
300300 //
301301 // This field is not guaranteed to be accurate or set. In particular this
302- // field isn't set for StreamingDetectIntent since the streaming endpoint has
303- // separate confidence estimates per portion of the audio in
302+ // field isn't set for [ StreamingDetectIntent][] since the streaming endpoint
303+ // has separate confidence estimates per portion of the audio in
304304 // StreamingRecognitionResult.
305305 float speech_recognition_confidence = 2 ;
306306
@@ -387,8 +387,7 @@ message QueryResult {
387387}
388388
389389// The top-level message sent by the client to the
390- // [Sessions.StreamingDetectIntent][google.cloud.dialogflow.v2.Sessions.StreamingDetectIntent]
391- // method.
390+ // [StreamingDetectIntent][] method.
392391//
393392// Multiple request messages should be sent in order:
394393//
@@ -562,11 +561,13 @@ message CloudConversationDebuggingInfo {
562561}
563562
564563// The top-level message returned from the
565- // ` StreamingDetectIntent` method.
564+ // [ StreamingDetectIntent][] method.
566565//
567566// Multiple response messages can be returned in order:
568567//
569- // 1. If the `StreamingDetectIntentRequest.input_audio` field was
568+ // 1. If the
569+ // [StreamingDetectIntentRequest.input_audio][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.input_audio]
570+ // field was
570571// set, the `recognition_result` field is populated for one
571572// or more messages.
572573// See the
@@ -605,7 +606,8 @@ message StreamingDetectIntentResponse {
605606 OutputAudioConfig output_audio_config = 6 ;
606607
607608 // Debugging info that would get populated when
608- // `StreamingDetectIntentRequest.enable_debugging_info` is set to true.
609+ // [StreamingDetectIntentRequest.enable_debugging_info][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.enable_debugging_info]
610+ // is set to true.
609611 CloudConversationDebuggingInfo debugging_info = 8 ;
610612}
611613
@@ -765,9 +767,9 @@ message SentimentAnalysisRequestConfig {
765767// The result of sentiment analysis. Sentiment analysis inspects user input
766768// and identifies the prevailing subjective opinion, especially to determine a
767769// user's attitude as positive, negative, or neutral.
768- // For [Participants. DetectIntent][], it needs to be configured in
770+ // For [DetectIntent][], it needs to be configured in
769771// [DetectIntentRequest.query_params][google.cloud.dialogflow.v2.DetectIntentRequest.query_params].
770- // For [Participants. StreamingDetectIntent][], it needs to be configured in
772+ // For [StreamingDetectIntent][], it needs to be configured in
771773// [StreamingDetectIntentRequest.query_params][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.query_params].
772774// And for
773775// [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent]
0 commit comments