From 8e9684ef89d211adcf5b6819fc1e0f715359ec96 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 21:50:21 +0000 Subject: [PATCH] feat: removed OPTIONAL for speech model variant docs: added more docs for speech model variant and improved docs format for participant (#798) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 416079722 Source-Link: https://github.com/googleapis/googleapis/commit/14b7a25d42566b5b534f23a118c0ada5555e3d55 Source-Link: https://github.com/googleapis/googleapis-gen/commit/e1b0be15a7cd3466c46f0865835e714d1e9309fb Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTFiMGJlMTVhN2NkMzQ2NmM0NmYwODY1ODM1ZTcxNGQxZTkzMDlmYiJ9 --- .../dialogflow/v2/AnalyzeContentRequest.java | 6 +- .../dialogflow/v2/AnalyzeContentResponse.java | 192 +++------ .../v2/AnalyzeContentResponseOrBuilder.java | 42 +- .../dialogflow/v2/AssistQueryParameters.java | 55 +-- .../v2/AssistQueryParametersOrBuilder.java | 25 +- .../cloud/dialogflow/v2/AudioConfigProto.java | 52 +-- .../dialogflow/v2/AutomatedAgentReply.java | 48 +-- .../v2/AutomatedAgentReplyOrBuilder.java | 12 +- .../v2/ConversationProfileProto.java | 369 +++++++++--------- .../v2/CreateParticipantRequest.java | 6 +- .../dialogflow/v2/GetParticipantRequest.java | 6 +- .../v2/ListParticipantsRequest.java | 6 +- .../v2/ListParticipantsResponse.java | 6 +- .../cloud/dialogflow/v2/Participant.java | 105 +++-- .../dialogflow/v2/ParticipantOrBuilder.java | 43 +- .../dialogflow/v2/SpeechToTextConfig.java | 63 +-- .../v2/SpeechToTextConfigOrBuilder.java | 18 +- .../dialogflow/v2/SuggestArticlesRequest.java | 26 +- .../v2/SuggestArticlesRequestOrBuilder.java | 5 +- .../v2/SuggestArticlesResponse.java | 42 +- .../v2/SuggestArticlesResponseOrBuilder.java | 9 +- .../v2/SuggestFaqAnswersRequest.java | 6 +- .../v2/SuggestFaqAnswersResponse.java | 42 +- .../SuggestFaqAnswersResponseOrBuilder.java | 9 +- .../cloud/dialogflow/v2/SuggestionResult.java | 16 +- .../v2/UpdateParticipantRequest.java | 6 +- .../cloud/dialogflow/v2/audio_config.proto | 7 +- .../dialogflow/v2/conversation_profile.proto | 1 + .../cloud/dialogflow/v2/participant.proto | 126 +++--- 29 files changed, 586 insertions(+), 763 deletions(-) diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnalyzeContentRequest.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnalyzeContentRequest.java index b3f884623..1714164c6 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnalyzeContentRequest.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnalyzeContentRequest.java @@ -22,8 +22,7 @@ * * *
- * The request message for
- * [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent].
+ * The request message for [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent].
  * 
* * Protobuf type {@code google.cloud.dialogflow.v2.AnalyzeContentRequest} @@ -870,8 +869,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request message for
-   * [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent].
+   * The request message for [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent].
    * 
* * Protobuf type {@code google.cloud.dialogflow.v2.AnalyzeContentRequest} diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnalyzeContentResponse.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnalyzeContentResponse.java index bb484ab71..b17a9b27d 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnalyzeContentResponse.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnalyzeContentResponse.java @@ -22,8 +22,7 @@ * * *
- * The response message for
- * [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent].
+ * The response message for [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent].
  * 
* * Protobuf type {@code google.cloud.dialogflow.v2.AnalyzeContentResponse} @@ -346,9 +345,7 @@ public com.google.cloud.dialogflow.v2.OutputAudioOrBuilder getReplyAudioOrBuilde * Only set if a Dialogflow automated agent has responded. * Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] * and [AutomatedAgentReply.detect_intent_response.output_audio_config][] - * are always empty, use - * [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] - * instead. + * are always empty, use [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] instead. * * * .google.cloud.dialogflow.v2.AutomatedAgentReply automated_agent_reply = 3; @@ -366,9 +363,7 @@ public boolean hasAutomatedAgentReply() { * Only set if a Dialogflow automated agent has responded. * Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] * and [AutomatedAgentReply.detect_intent_response.output_audio_config][] - * are always empty, use - * [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] - * instead. + * are always empty, use [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] instead. * * * .google.cloud.dialogflow.v2.AutomatedAgentReply automated_agent_reply = 3; @@ -388,9 +383,7 @@ public com.google.cloud.dialogflow.v2.AutomatedAgentReply getAutomatedAgentReply * Only set if a Dialogflow automated agent has responded. * Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] * and [AutomatedAgentReply.detect_intent_response.output_audio_config][] - * are always empty, use - * [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] - * instead. + * are always empty, use [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] instead. * * * .google.cloud.dialogflow.v2.AutomatedAgentReply automated_agent_reply = 3; @@ -457,8 +450,7 @@ public com.google.cloud.dialogflow.v2.MessageOrBuilder getMessageOrBuilder() { * *
    * The suggestions for most recent human agent. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
    * 
* @@ -475,8 +467,7 @@ public com.google.cloud.dialogflow.v2.MessageOrBuilder getMessageOrBuilder() { * *
    * The suggestions for most recent human agent. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
    * 
* @@ -493,8 +484,7 @@ public com.google.cloud.dialogflow.v2.MessageOrBuilder getMessageOrBuilder() { * *
    * The suggestions for most recent human agent. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
    * 
* @@ -510,8 +500,7 @@ public int getHumanAgentSuggestionResultsCount() { * *
    * The suggestions for most recent human agent. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
    * 
* @@ -527,8 +516,7 @@ public com.google.cloud.dialogflow.v2.SuggestionResult getHumanAgentSuggestionRe * *
    * The suggestions for most recent human agent. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
    * 
* @@ -548,8 +536,7 @@ public com.google.cloud.dialogflow.v2.SuggestionResult getHumanAgentSuggestionRe * *
    * The suggestions for end user. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
    * 
* @@ -566,8 +553,7 @@ public com.google.cloud.dialogflow.v2.SuggestionResult getHumanAgentSuggestionRe * *
    * The suggestions for end user. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
    * 
* @@ -584,8 +570,7 @@ public com.google.cloud.dialogflow.v2.SuggestionResult getHumanAgentSuggestionRe * *
    * The suggestions for end user. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
    * 
* @@ -601,8 +586,7 @@ public int getEndUserSuggestionResultsCount() { * *
    * The suggestions for end user. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
    * 
* @@ -618,8 +602,7 @@ public com.google.cloud.dialogflow.v2.SuggestionResult getEndUserSuggestionResul * *
    * The suggestions for end user. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
    * 
* @@ -928,8 +911,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The response message for
-   * [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent].
+   * The response message for [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent].
    * 
* * Protobuf type {@code google.cloud.dialogflow.v2.AnalyzeContentResponse} @@ -1619,9 +1601,7 @@ public com.google.cloud.dialogflow.v2.OutputAudioOrBuilder getReplyAudioOrBuilde * Only set if a Dialogflow automated agent has responded. * Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] * and [AutomatedAgentReply.detect_intent_response.output_audio_config][] - * are always empty, use - * [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] - * instead. + * are always empty, use [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] instead. * * * .google.cloud.dialogflow.v2.AutomatedAgentReply automated_agent_reply = 3; @@ -1638,9 +1618,7 @@ public boolean hasAutomatedAgentReply() { * Only set if a Dialogflow automated agent has responded. * Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] * and [AutomatedAgentReply.detect_intent_response.output_audio_config][] - * are always empty, use - * [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] - * instead. + * are always empty, use [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] instead. * * * .google.cloud.dialogflow.v2.AutomatedAgentReply automated_agent_reply = 3; @@ -1663,9 +1641,7 @@ public com.google.cloud.dialogflow.v2.AutomatedAgentReply getAutomatedAgentReply * Only set if a Dialogflow automated agent has responded. * Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] * and [AutomatedAgentReply.detect_intent_response.output_audio_config][] - * are always empty, use - * [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] - * instead. + * are always empty, use [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] instead. * * * .google.cloud.dialogflow.v2.AutomatedAgentReply automated_agent_reply = 3; @@ -1691,9 +1667,7 @@ public Builder setAutomatedAgentReply( * Only set if a Dialogflow automated agent has responded. * Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] * and [AutomatedAgentReply.detect_intent_response.output_audio_config][] - * are always empty, use - * [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] - * instead. + * are always empty, use [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] instead. * * * .google.cloud.dialogflow.v2.AutomatedAgentReply automated_agent_reply = 3; @@ -1716,9 +1690,7 @@ public Builder setAutomatedAgentReply( * Only set if a Dialogflow automated agent has responded. * Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] * and [AutomatedAgentReply.detect_intent_response.output_audio_config][] - * are always empty, use - * [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] - * instead. + * are always empty, use [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] instead. * * * .google.cloud.dialogflow.v2.AutomatedAgentReply automated_agent_reply = 3; @@ -1748,9 +1720,7 @@ public Builder mergeAutomatedAgentReply( * Only set if a Dialogflow automated agent has responded. * Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] * and [AutomatedAgentReply.detect_intent_response.output_audio_config][] - * are always empty, use - * [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] - * instead. + * are always empty, use [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] instead. * * * .google.cloud.dialogflow.v2.AutomatedAgentReply automated_agent_reply = 3; @@ -1773,9 +1743,7 @@ public Builder clearAutomatedAgentReply() { * Only set if a Dialogflow automated agent has responded. * Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] * and [AutomatedAgentReply.detect_intent_response.output_audio_config][] - * are always empty, use - * [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] - * instead. + * are always empty, use [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] instead. * * * .google.cloud.dialogflow.v2.AutomatedAgentReply automated_agent_reply = 3; @@ -1793,9 +1761,7 @@ public Builder clearAutomatedAgentReply() { * Only set if a Dialogflow automated agent has responded. * Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] * and [AutomatedAgentReply.detect_intent_response.output_audio_config][] - * are always empty, use - * [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] - * instead. + * are always empty, use [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] instead. * * * .google.cloud.dialogflow.v2.AutomatedAgentReply automated_agent_reply = 3; @@ -1817,9 +1783,7 @@ public Builder clearAutomatedAgentReply() { * Only set if a Dialogflow automated agent has responded. * Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] * and [AutomatedAgentReply.detect_intent_response.output_audio_config][] - * are always empty, use - * [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] - * instead. + * are always empty, use [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] instead. * * * .google.cloud.dialogflow.v2.AutomatedAgentReply automated_agent_reply = 3; @@ -2049,8 +2013,7 @@ private void ensureHumanAgentSuggestionResultsIsMutable() { * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2071,8 +2034,7 @@ private void ensureHumanAgentSuggestionResultsIsMutable() { * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2092,8 +2054,7 @@ public int getHumanAgentSuggestionResultsCount() { * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2114,8 +2075,7 @@ public com.google.cloud.dialogflow.v2.SuggestionResult getHumanAgentSuggestionRe * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2142,8 +2102,7 @@ public Builder setHumanAgentSuggestionResults( * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2167,8 +2126,7 @@ public Builder setHumanAgentSuggestionResults( * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2195,8 +2153,7 @@ public Builder addHumanAgentSuggestionResults( * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2223,8 +2180,7 @@ public Builder addHumanAgentSuggestionResults( * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2248,8 +2204,7 @@ public Builder addHumanAgentSuggestionResults( * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2273,8 +2228,7 @@ public Builder addHumanAgentSuggestionResults( * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2299,8 +2253,7 @@ public Builder addAllHumanAgentSuggestionResults( * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2323,8 +2276,7 @@ public Builder clearHumanAgentSuggestionResults() { * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2347,8 +2299,7 @@ public Builder removeHumanAgentSuggestionResults(int index) { * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2365,8 +2316,7 @@ public Builder removeHumanAgentSuggestionResults(int index) { * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2387,8 +2337,7 @@ public Builder removeHumanAgentSuggestionResults(int index) { * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2409,8 +2358,7 @@ public Builder removeHumanAgentSuggestionResults(int index) { * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2428,8 +2376,7 @@ public Builder removeHumanAgentSuggestionResults(int index) { * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2447,8 +2394,7 @@ public Builder removeHumanAgentSuggestionResults(int index) { * *
      * The suggestions for most recent human agent. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
      * 
* @@ -2504,8 +2450,7 @@ private void ensureEndUserSuggestionResultsIsMutable() { * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2525,8 +2470,7 @@ private void ensureEndUserSuggestionResultsIsMutable() { * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2545,8 +2489,7 @@ public int getEndUserSuggestionResultsCount() { * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2565,8 +2508,7 @@ public com.google.cloud.dialogflow.v2.SuggestionResult getEndUserSuggestionResul * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2592,8 +2534,7 @@ public Builder setEndUserSuggestionResults( * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2616,8 +2557,7 @@ public Builder setEndUserSuggestionResults( * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2643,8 +2583,7 @@ public Builder addEndUserSuggestionResults( * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2670,8 +2609,7 @@ public Builder addEndUserSuggestionResults( * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2694,8 +2632,7 @@ public Builder addEndUserSuggestionResults( * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2718,8 +2655,7 @@ public Builder addEndUserSuggestionResults( * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2742,8 +2678,7 @@ public Builder addAllEndUserSuggestionResults( * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2765,8 +2700,7 @@ public Builder clearEndUserSuggestionResults() { * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2788,8 +2722,7 @@ public Builder removeEndUserSuggestionResults(int index) { * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2805,8 +2738,7 @@ public Builder removeEndUserSuggestionResults(int index) { * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2826,8 +2758,7 @@ public Builder removeEndUserSuggestionResults(int index) { * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2847,8 +2778,7 @@ public Builder removeEndUserSuggestionResults(int index) { * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2865,8 +2795,7 @@ public Builder removeEndUserSuggestionResults(int index) { * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* @@ -2883,8 +2812,7 @@ public Builder removeEndUserSuggestionResults(int index) { * *
      * The suggestions for end user. The order is the same as
-     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-     * of
+     * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
      * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
      * 
* diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnalyzeContentResponseOrBuilder.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnalyzeContentResponseOrBuilder.java index d9d173436..cd38d619f 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnalyzeContentResponseOrBuilder.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnalyzeContentResponseOrBuilder.java @@ -118,9 +118,7 @@ public interface AnalyzeContentResponseOrBuilder * Only set if a Dialogflow automated agent has responded. * Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] * and [AutomatedAgentReply.detect_intent_response.output_audio_config][] - * are always empty, use - * [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] - * instead. + * are always empty, use [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] instead. * * * .google.cloud.dialogflow.v2.AutomatedAgentReply automated_agent_reply = 3; @@ -135,9 +133,7 @@ public interface AnalyzeContentResponseOrBuilder * Only set if a Dialogflow automated agent has responded. * Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] * and [AutomatedAgentReply.detect_intent_response.output_audio_config][] - * are always empty, use - * [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] - * instead. + * are always empty, use [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] instead. * * * .google.cloud.dialogflow.v2.AutomatedAgentReply automated_agent_reply = 3; @@ -152,9 +148,7 @@ public interface AnalyzeContentResponseOrBuilder * Only set if a Dialogflow automated agent has responded. * Note that: [AutomatedAgentReply.detect_intent_response.output_audio][] * and [AutomatedAgentReply.detect_intent_response.output_audio_config][] - * are always empty, use - * [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] - * instead. + * are always empty, use [reply_audio][google.cloud.dialogflow.v2.AnalyzeContentResponse.reply_audio] instead. * * * .google.cloud.dialogflow.v2.AutomatedAgentReply automated_agent_reply = 3; @@ -201,8 +195,7 @@ public interface AnalyzeContentResponseOrBuilder * *
    * The suggestions for most recent human agent. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
    * 
* @@ -216,8 +209,7 @@ public interface AnalyzeContentResponseOrBuilder * *
    * The suggestions for most recent human agent. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
    * 
* @@ -230,8 +222,7 @@ public interface AnalyzeContentResponseOrBuilder * *
    * The suggestions for most recent human agent. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
    * 
* @@ -244,8 +235,7 @@ public interface AnalyzeContentResponseOrBuilder * *
    * The suggestions for most recent human agent. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
    * 
* @@ -259,8 +249,7 @@ public interface AnalyzeContentResponseOrBuilder * *
    * The suggestions for most recent human agent. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.human_agent_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.human_agent_suggestion_config].
    * 
* @@ -275,8 +264,7 @@ com.google.cloud.dialogflow.v2.SuggestionResultOrBuilder getHumanAgentSuggestion * *
    * The suggestions for end user. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
    * 
* @@ -289,8 +277,7 @@ com.google.cloud.dialogflow.v2.SuggestionResultOrBuilder getHumanAgentSuggestion * *
    * The suggestions for end user. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
    * 
* @@ -303,8 +290,7 @@ com.google.cloud.dialogflow.v2.SuggestionResultOrBuilder getHumanAgentSuggestion * *
    * The suggestions for end user. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
    * 
* @@ -317,8 +303,7 @@ com.google.cloud.dialogflow.v2.SuggestionResultOrBuilder getHumanAgentSuggestion * *
    * The suggestions for end user. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
    * 
* @@ -332,8 +317,7 @@ com.google.cloud.dialogflow.v2.SuggestionResultOrBuilder getHumanAgentSuggestion * *
    * The suggestions for end user. The order is the same as
-   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs]
-   * of
+   * [HumanAgentAssistantConfig.SuggestionConfig.feature_configs][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionConfig.feature_configs] of
    * [HumanAgentAssistantConfig.end_user_suggestion_config][google.cloud.dialogflow.v2.HumanAgentAssistantConfig.end_user_suggestion_config].
    * 
* diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AssistQueryParameters.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AssistQueryParameters.java index 85b1d6809..1757a0d40 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AssistQueryParameters.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AssistQueryParameters.java @@ -167,11 +167,11 @@ public int getDocumentsMetadataFiltersCount() { *
    * Key-value filters on the metadata of documents returned by article
    * suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
+   * ```
    * documents_metadata_filters {
    *   key: "market"
    *   value: "US,CA"
@@ -180,6 +180,7 @@ public int getDocumentsMetadataFiltersCount() {
    *   key: "user"
    *   value: "agent"
    * }
+   * ```
    * 
* * map<string, string> documents_metadata_filters = 1; @@ -203,11 +204,11 @@ public java.util.Map getDocumentsMetadataFil *
    * Key-value filters on the metadata of documents returned by article
    * suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
+   * ```
    * documents_metadata_filters {
    *   key: "market"
    *   value: "US,CA"
@@ -216,6 +217,7 @@ public java.util.Map getDocumentsMetadataFil
    *   key: "user"
    *   value: "agent"
    * }
+   * ```
    * 
* * map<string, string> documents_metadata_filters = 1; @@ -230,11 +232,11 @@ public java.util.Map getDocumentsMetadataFil *
    * Key-value filters on the metadata of documents returned by article
    * suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
+   * ```
    * documents_metadata_filters {
    *   key: "market"
    *   value: "US,CA"
@@ -243,6 +245,7 @@ public java.util.Map getDocumentsMetadataFil
    *   key: "user"
    *   value: "agent"
    * }
+   * ```
    * 
* * map<string, string> documents_metadata_filters = 1; @@ -263,11 +266,11 @@ public java.lang.String getDocumentsMetadataFiltersOrDefault( *
    * Key-value filters on the metadata of documents returned by article
    * suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
+   * ```
    * documents_metadata_filters {
    *   key: "market"
    *   value: "US,CA"
@@ -276,6 +279,7 @@ public java.lang.String getDocumentsMetadataFiltersOrDefault(
    *   key: "user"
    *   value: "agent"
    * }
+   * ```
    * 
* * map<string, string> documents_metadata_filters = 1; @@ -681,11 +685,11 @@ public int getDocumentsMetadataFiltersCount() { *
      * Key-value filters on the metadata of documents returned by article
      * suggestion. If specified, article suggestion only returns suggested
-     * documents that match all filters in their
-     * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+     * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
      * values for a metadata key should be concatenated by comma. For example,
      * filters to match all documents that have 'US' or 'CA' in their market
      * metadata values and 'agent' in their user metadata values will be
+     * ```
      * documents_metadata_filters {
      *   key: "market"
      *   value: "US,CA"
@@ -694,6 +698,7 @@ public int getDocumentsMetadataFiltersCount() {
      *   key: "user"
      *   value: "agent"
      * }
+     * ```
      * 
* * map<string, string> documents_metadata_filters = 1; @@ -717,11 +722,11 @@ public java.util.Map getDocumentsMetadataFil *
      * Key-value filters on the metadata of documents returned by article
      * suggestion. If specified, article suggestion only returns suggested
-     * documents that match all filters in their
-     * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+     * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
      * values for a metadata key should be concatenated by comma. For example,
      * filters to match all documents that have 'US' or 'CA' in their market
      * metadata values and 'agent' in their user metadata values will be
+     * ```
      * documents_metadata_filters {
      *   key: "market"
      *   value: "US,CA"
@@ -730,6 +735,7 @@ public java.util.Map getDocumentsMetadataFil
      *   key: "user"
      *   value: "agent"
      * }
+     * ```
      * 
* * map<string, string> documents_metadata_filters = 1; @@ -744,11 +750,11 @@ public java.util.Map getDocumentsMetadataFil *
      * Key-value filters on the metadata of documents returned by article
      * suggestion. If specified, article suggestion only returns suggested
-     * documents that match all filters in their
-     * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+     * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
      * values for a metadata key should be concatenated by comma. For example,
      * filters to match all documents that have 'US' or 'CA' in their market
      * metadata values and 'agent' in their user metadata values will be
+     * ```
      * documents_metadata_filters {
      *   key: "market"
      *   value: "US,CA"
@@ -757,6 +763,7 @@ public java.util.Map getDocumentsMetadataFil
      *   key: "user"
      *   value: "agent"
      * }
+     * ```
      * 
* * map<string, string> documents_metadata_filters = 1; @@ -777,11 +784,11 @@ public java.lang.String getDocumentsMetadataFiltersOrDefault( *
      * Key-value filters on the metadata of documents returned by article
      * suggestion. If specified, article suggestion only returns suggested
-     * documents that match all filters in their
-     * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+     * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
      * values for a metadata key should be concatenated by comma. For example,
      * filters to match all documents that have 'US' or 'CA' in their market
      * metadata values and 'agent' in their user metadata values will be
+     * ```
      * documents_metadata_filters {
      *   key: "market"
      *   value: "US,CA"
@@ -790,6 +797,7 @@ public java.lang.String getDocumentsMetadataFiltersOrDefault(
      *   key: "user"
      *   value: "agent"
      * }
+     * ```
      * 
* * map<string, string> documents_metadata_filters = 1; @@ -817,11 +825,11 @@ public Builder clearDocumentsMetadataFilters() { *
      * Key-value filters on the metadata of documents returned by article
      * suggestion. If specified, article suggestion only returns suggested
-     * documents that match all filters in their
-     * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+     * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
      * values for a metadata key should be concatenated by comma. For example,
      * filters to match all documents that have 'US' or 'CA' in their market
      * metadata values and 'agent' in their user metadata values will be
+     * ```
      * documents_metadata_filters {
      *   key: "market"
      *   value: "US,CA"
@@ -830,6 +838,7 @@ public Builder clearDocumentsMetadataFilters() {
      *   key: "user"
      *   value: "agent"
      * }
+     * ```
      * 
* * map<string, string> documents_metadata_filters = 1; @@ -852,11 +861,11 @@ public java.util.Map getMutableDocumentsMeta *
      * Key-value filters on the metadata of documents returned by article
      * suggestion. If specified, article suggestion only returns suggested
-     * documents that match all filters in their
-     * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+     * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
      * values for a metadata key should be concatenated by comma. For example,
      * filters to match all documents that have 'US' or 'CA' in their market
      * metadata values and 'agent' in their user metadata values will be
+     * ```
      * documents_metadata_filters {
      *   key: "market"
      *   value: "US,CA"
@@ -865,6 +874,7 @@ public java.util.Map getMutableDocumentsMeta
      *   key: "user"
      *   value: "agent"
      * }
+     * ```
      * 
* * map<string, string> documents_metadata_filters = 1; @@ -885,11 +895,11 @@ public Builder putDocumentsMetadataFilters(java.lang.String key, java.lang.Strin *
      * Key-value filters on the metadata of documents returned by article
      * suggestion. If specified, article suggestion only returns suggested
-     * documents that match all filters in their
-     * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+     * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
      * values for a metadata key should be concatenated by comma. For example,
      * filters to match all documents that have 'US' or 'CA' in their market
      * metadata values and 'agent' in their user metadata values will be
+     * ```
      * documents_metadata_filters {
      *   key: "market"
      *   value: "US,CA"
@@ -898,6 +908,7 @@ public Builder putDocumentsMetadataFilters(java.lang.String key, java.lang.Strin
      *   key: "user"
      *   value: "agent"
      * }
+     * ```
      * 
* * map<string, string> documents_metadata_filters = 1; diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AssistQueryParametersOrBuilder.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AssistQueryParametersOrBuilder.java index 9d7d98b33..79ad5fa5c 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AssistQueryParametersOrBuilder.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AssistQueryParametersOrBuilder.java @@ -29,11 +29,11 @@ public interface AssistQueryParametersOrBuilder *
    * Key-value filters on the metadata of documents returned by article
    * suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
+   * ```
    * documents_metadata_filters {
    *   key: "market"
    *   value: "US,CA"
@@ -42,6 +42,7 @@ public interface AssistQueryParametersOrBuilder
    *   key: "user"
    *   value: "agent"
    * }
+   * ```
    * 
* * map<string, string> documents_metadata_filters = 1; @@ -53,11 +54,11 @@ public interface AssistQueryParametersOrBuilder *
    * Key-value filters on the metadata of documents returned by article
    * suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
+   * ```
    * documents_metadata_filters {
    *   key: "market"
    *   value: "US,CA"
@@ -66,6 +67,7 @@ public interface AssistQueryParametersOrBuilder
    *   key: "user"
    *   value: "agent"
    * }
+   * ```
    * 
* * map<string, string> documents_metadata_filters = 1; @@ -80,11 +82,11 @@ public interface AssistQueryParametersOrBuilder *
    * Key-value filters on the metadata of documents returned by article
    * suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
+   * ```
    * documents_metadata_filters {
    *   key: "market"
    *   value: "US,CA"
@@ -93,6 +95,7 @@ public interface AssistQueryParametersOrBuilder
    *   key: "user"
    *   value: "agent"
    * }
+   * ```
    * 
* * map<string, string> documents_metadata_filters = 1; @@ -104,11 +107,11 @@ public interface AssistQueryParametersOrBuilder *
    * Key-value filters on the metadata of documents returned by article
    * suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
+   * ```
    * documents_metadata_filters {
    *   key: "market"
    *   value: "US,CA"
@@ -117,6 +120,7 @@ public interface AssistQueryParametersOrBuilder
    *   key: "user"
    *   value: "agent"
    * }
+   * ```
    * 
* * map<string, string> documents_metadata_filters = 1; @@ -129,11 +133,11 @@ java.lang.String getDocumentsMetadataFiltersOrDefault( *
    * Key-value filters on the metadata of documents returned by article
    * suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
+   * ```
    * documents_metadata_filters {
    *   key: "market"
    *   value: "US,CA"
@@ -142,6 +146,7 @@ java.lang.String getDocumentsMetadataFiltersOrDefault(
    *   key: "user"
    *   value: "agent"
    * }
+   * ```
    * 
* * map<string, string> documents_metadata_filters = 1; diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AudioConfigProto.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AudioConfigProto.java index 906e13b31..fdf7e4cd7 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AudioConfigProto.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AudioConfigProto.java @@ -97,33 +97,33 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + ".v2.OutputAudioEncodingB\003\340A\002\022\031\n\021sample_r" + "ate_hertz\030\002 \001(\005\022T\n\030synthesize_speech_con" + "fig\030\003 \001(\01322.google.cloud.dialogflow.v2.S" - + "ynthesizeSpeechConfig\"g\n\022SpeechToTextCon" - + "fig\022Q\n\024speech_model_variant\030\001 \001(\0162..goog" + + "ynthesizeSpeechConfig\"b\n\022SpeechToTextCon" + + "fig\022L\n\024speech_model_variant\030\001 \001(\0162..goog" + "le.cloud.dialogflow.v2.SpeechModelVarian" - + "tB\003\340A\001*\373\001\n\rAudioEncoding\022\036\n\032AUDIO_ENCODI" - + "NG_UNSPECIFIED\020\000\022\034\n\030AUDIO_ENCODING_LINEA" - + "R_16\020\001\022\027\n\023AUDIO_ENCODING_FLAC\020\002\022\030\n\024AUDIO" - + "_ENCODING_MULAW\020\003\022\026\n\022AUDIO_ENCODING_AMR\020" - + "\004\022\031\n\025AUDIO_ENCODING_AMR_WB\020\005\022\033\n\027AUDIO_EN" - + "CODING_OGG_OPUS\020\006\022)\n%AUDIO_ENCODING_SPEE" - + "X_WITH_HEADER_BYTE\020\007*v\n\022SpeechModelVaria" - + "nt\022$\n SPEECH_MODEL_VARIANT_UNSPECIFIED\020\000" - + "\022\026\n\022USE_BEST_AVAILABLE\020\001\022\020\n\014USE_STANDARD" - + "\020\002\022\020\n\014USE_ENHANCED\020\003*\215\001\n\017SsmlVoiceGender" - + "\022!\n\035SSML_VOICE_GENDER_UNSPECIFIED\020\000\022\032\n\026S" - + "SML_VOICE_GENDER_MALE\020\001\022\034\n\030SSML_VOICE_GE" - + "NDER_FEMALE\020\002\022\035\n\031SSML_VOICE_GENDER_NEUTR" - + "AL\020\003*\354\001\n\023OutputAudioEncoding\022%\n!OUTPUT_A" - + "UDIO_ENCODING_UNSPECIFIED\020\000\022#\n\037OUTPUT_AU" - + "DIO_ENCODING_LINEAR_16\020\001\022\035\n\031OUTPUT_AUDIO" - + "_ENCODING_MP3\020\002\022%\n!OUTPUT_AUDIO_ENCODING" - + "_MP3_64_KBPS\020\004\022\"\n\036OUTPUT_AUDIO_ENCODING_" - + "OGG_OPUS\020\003\022\037\n\033OUTPUT_AUDIO_ENCODING_MULA" - + "W\020\005B\237\001\n\036com.google.cloud.dialogflow.v2B\020" - + "AudioConfigProtoP\001ZDgoogle.golang.org/ge" - + "nproto/googleapis/cloud/dialogflow/v2;di" - + "alogflow\370\001\001\242\002\002DF\252\002\032Google.Cloud.Dialogfl" - + "ow.V2b\006proto3" + + "t*\373\001\n\rAudioEncoding\022\036\n\032AUDIO_ENCODING_UN" + + "SPECIFIED\020\000\022\034\n\030AUDIO_ENCODING_LINEAR_16\020" + + "\001\022\027\n\023AUDIO_ENCODING_FLAC\020\002\022\030\n\024AUDIO_ENCO" + + "DING_MULAW\020\003\022\026\n\022AUDIO_ENCODING_AMR\020\004\022\031\n\025" + + "AUDIO_ENCODING_AMR_WB\020\005\022\033\n\027AUDIO_ENCODIN" + + "G_OGG_OPUS\020\006\022)\n%AUDIO_ENCODING_SPEEX_WIT" + + "H_HEADER_BYTE\020\007*v\n\022SpeechModelVariant\022$\n" + + " SPEECH_MODEL_VARIANT_UNSPECIFIED\020\000\022\026\n\022U" + + "SE_BEST_AVAILABLE\020\001\022\020\n\014USE_STANDARD\020\002\022\020\n" + + "\014USE_ENHANCED\020\003*\215\001\n\017SsmlVoiceGender\022!\n\035S" + + "SML_VOICE_GENDER_UNSPECIFIED\020\000\022\032\n\026SSML_V" + + "OICE_GENDER_MALE\020\001\022\034\n\030SSML_VOICE_GENDER_" + + "FEMALE\020\002\022\035\n\031SSML_VOICE_GENDER_NEUTRAL\020\003*" + + "\354\001\n\023OutputAudioEncoding\022%\n!OUTPUT_AUDIO_" + + "ENCODING_UNSPECIFIED\020\000\022#\n\037OUTPUT_AUDIO_E" + + "NCODING_LINEAR_16\020\001\022\035\n\031OUTPUT_AUDIO_ENCO" + + "DING_MP3\020\002\022%\n!OUTPUT_AUDIO_ENCODING_MP3_" + + "64_KBPS\020\004\022\"\n\036OUTPUT_AUDIO_ENCODING_OGG_O" + + "PUS\020\003\022\037\n\033OUTPUT_AUDIO_ENCODING_MULAW\020\005B\237" + + "\001\n\036com.google.cloud.dialogflow.v2B\020Audio" + + "ConfigProtoP\001ZDgoogle.golang.org/genprot" + + "o/googleapis/cloud/dialogflow/v2;dialogf" + + "low\370\001\001\242\002\002DF\252\002\032Google.Cloud.Dialogflow.V2" + + "b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AutomatedAgentReply.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AutomatedAgentReply.java index 7acdb6410..49b63ca26 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AutomatedAgentReply.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AutomatedAgentReply.java @@ -305,9 +305,7 @@ private AutomatedAgentReplyType(int value) { * * *
-   * Response of the Dialogflow
-   * [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
-   * call.
+   * Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
    * 
* * .google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1; @@ -322,9 +320,7 @@ public boolean hasDetectIntentResponse() { * * *
-   * Response of the Dialogflow
-   * [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
-   * call.
+   * Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
    * 
* * .google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1; @@ -341,9 +337,7 @@ public com.google.cloud.dialogflow.v2.DetectIntentResponse getDetectIntentRespon * * *
-   * Response of the Dialogflow
-   * [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
-   * call.
+   * Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
    * 
* * .google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1; @@ -795,9 +789,7 @@ public Builder mergeFrom( * * *
-     * Response of the Dialogflow
-     * [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
-     * call.
+     * Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
      * 
* * .google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1; @@ -811,9 +803,7 @@ public boolean hasDetectIntentResponse() { * * *
-     * Response of the Dialogflow
-     * [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
-     * call.
+     * Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
      * 
* * .google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1; @@ -833,9 +823,7 @@ public com.google.cloud.dialogflow.v2.DetectIntentResponse getDetectIntentRespon * * *
-     * Response of the Dialogflow
-     * [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
-     * call.
+     * Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
      * 
* * .google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1; @@ -858,9 +846,7 @@ public Builder setDetectIntentResponse( * * *
-     * Response of the Dialogflow
-     * [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
-     * call.
+     * Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
      * 
* * .google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1; @@ -880,9 +866,7 @@ public Builder setDetectIntentResponse( * * *
-     * Response of the Dialogflow
-     * [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
-     * call.
+     * Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
      * 
* * .google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1; @@ -909,9 +893,7 @@ public Builder mergeDetectIntentResponse( * * *
-     * Response of the Dialogflow
-     * [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
-     * call.
+     * Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
      * 
* * .google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1; @@ -931,9 +913,7 @@ public Builder clearDetectIntentResponse() { * * *
-     * Response of the Dialogflow
-     * [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
-     * call.
+     * Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
      * 
* * .google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1; @@ -948,9 +928,7 @@ public Builder clearDetectIntentResponse() { * * *
-     * Response of the Dialogflow
-     * [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
-     * call.
+     * Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
      * 
* * .google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1; @@ -969,9 +947,7 @@ public Builder clearDetectIntentResponse() { * * *
-     * Response of the Dialogflow
-     * [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
-     * call.
+     * Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
      * 
* * .google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1; diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AutomatedAgentReplyOrBuilder.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AutomatedAgentReplyOrBuilder.java index a686874fe..04e651f2c 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AutomatedAgentReplyOrBuilder.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AutomatedAgentReplyOrBuilder.java @@ -27,9 +27,7 @@ public interface AutomatedAgentReplyOrBuilder * * *
-   * Response of the Dialogflow
-   * [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
-   * call.
+   * Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
    * 
* * .google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1; @@ -41,9 +39,7 @@ public interface AutomatedAgentReplyOrBuilder * * *
-   * Response of the Dialogflow
-   * [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
-   * call.
+   * Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
    * 
* * .google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1; @@ -55,9 +51,7 @@ public interface AutomatedAgentReplyOrBuilder * * *
-   * Response of the Dialogflow
-   * [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
-   * call.
+   * Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
    * 
* * .google.cloud.dialogflow.v2.DetectIntentResponse detect_intent_response = 1; diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfileProto.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfileProto.java index b3f23990b..1b90420a9 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfileProto.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationProfileProto.java @@ -144,191 +144,192 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + "google/cloud/dialogflow/v2/audio_config." + "proto\032,google/cloud/dialogflow/v2/partic" + "ipant.proto\032#google/longrunning/operatio" - + "ns.proto\032\033google/protobuf/empty.proto\032 g" - + "oogle/protobuf/field_mask.proto\032\037google/" - + "protobuf/timestamp.proto\"\250\010\n\023Conversatio" - + "nProfile\022\014\n\004name\030\001 \001(\t\022\031\n\014display_name\030\002" - + " \001(\tB\003\340A\002\0224\n\013create_time\030\013 \001(\0132\032.google." - + "protobuf.TimestampB\003\340A\003\0224\n\013update_time\030\014" - + " \001(\0132\032.google.protobuf.TimestampB\003\340A\003\022P\n" - + "\026automated_agent_config\030\003 \001(\01320.google.c" - + "loud.dialogflow.v2.AutomatedAgentConfig\022" - + "[\n\034human_agent_assistant_config\030\004 \001(\01325." - + "google.cloud.dialogflow.v2.HumanAgentAss" - + "istantConfig\022W\n\032human_agent_handoff_conf" - + "ig\030\005 \001(\01323.google.cloud.dialogflow.v2.Hu" - + "manAgentHandoffConfig\022K\n\023notification_co" - + "nfig\030\006 \001(\0132..google.cloud.dialogflow.v2." - + "NotificationConfig\022A\n\016logging_config\030\007 \001" - + "(\0132).google.cloud.dialogflow.v2.LoggingC" - + "onfig\022]\n%new_message_event_notification_" - + "config\030\010 \001(\0132..google.cloud.dialogflow.v" - + "2.NotificationConfig\022B\n\nstt_config\030\t \001(\013" - + "2..google.cloud.dialogflow.v2.SpeechToTe" - + "xtConfig\022\025\n\rlanguage_code\030\n \001(\t\022\021\n\ttime_" - + "zone\030\016 \001(\t\022L\n\021security_settings\030\r \001(\tB1\372" - + "A.\n,dialogflow.googleapis.com/CXSecurity" - + "Settings:\310\001\352A\304\001\n-dialogflow.googleapis.c" - + "om/ConversationProfile\022>projects/{projec" - + "t}/conversationProfiles/{conversation_pr" - + "ofile}\022Sprojects/{project}/locations/{lo" - + "cation}/conversationProfiles/{conversati" - + "on_profile}\"\217\001\n\037ListConversationProfiles" - + "Request\022E\n\006parent\030\001 \001(\tB5\340A\002\372A/\022-dialogf" - + "low.googleapis.com/ConversationProfile\022\021" - + "\n\tpage_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\"\213\001" - + "\n ListConversationProfilesResponse\022N\n\025co" - + "nversation_profiles\030\001 \003(\0132/.google.cloud" - + ".dialogflow.v2.ConversationProfile\022\027\n\017ne" - + "xt_page_token\030\002 \001(\t\"d\n\035GetConversationPr" - + "ofileRequest\022C\n\004name\030\001 \001(\tB5\340A\002\372A/\n-dial" - + "ogflow.googleapis.com/ConversationProfil" - + "e\"\275\001\n CreateConversationProfileRequest\022E" - + "\n\006parent\030\001 \001(\tB5\340A\002\372A/\022-dialogflow.googl" - + "eapis.com/ConversationProfile\022R\n\024convers" - + "ation_profile\030\002 \001(\0132/.google.cloud.dialo" - + "gflow.v2.ConversationProfileB\003\340A\002\"\254\001\n Up" - + "dateConversationProfileRequest\022R\n\024conver" - + "sation_profile\030\001 \001(\0132/.google.cloud.dial" - + "ogflow.v2.ConversationProfileB\003\340A\002\0224\n\013up" - + "date_mask\030\002 \001(\0132\032.google.protobuf.FieldM" - + "askB\003\340A\002\"g\n DeleteConversationProfileReq" + + "ns.proto\032\036google/protobuf/duration.proto" + + "\032\033google/protobuf/empty.proto\032 google/pr" + + "otobuf/field_mask.proto\032\037google/protobuf" + + "/timestamp.proto\"\250\010\n\023ConversationProfile" + + "\022\014\n\004name\030\001 \001(\t\022\031\n\014display_name\030\002 \001(\tB\003\340A" + + "\002\0224\n\013create_time\030\013 \001(\0132\032.google.protobuf" + + ".TimestampB\003\340A\003\0224\n\013update_time\030\014 \001(\0132\032.g" + + "oogle.protobuf.TimestampB\003\340A\003\022P\n\026automat" + + "ed_agent_config\030\003 \001(\01320.google.cloud.dia" + + "logflow.v2.AutomatedAgentConfig\022[\n\034human" + + "_agent_assistant_config\030\004 \001(\01325.google.c" + + "loud.dialogflow.v2.HumanAgentAssistantCo" + + "nfig\022W\n\032human_agent_handoff_config\030\005 \001(\013" + + "23.google.cloud.dialogflow.v2.HumanAgent" + + "HandoffConfig\022K\n\023notification_config\030\006 \001" + + "(\0132..google.cloud.dialogflow.v2.Notifica" + + "tionConfig\022A\n\016logging_config\030\007 \001(\0132).goo" + + "gle.cloud.dialogflow.v2.LoggingConfig\022]\n" + + "%new_message_event_notification_config\030\010" + + " \001(\0132..google.cloud.dialogflow.v2.Notifi" + + "cationConfig\022B\n\nstt_config\030\t \001(\0132..googl" + + "e.cloud.dialogflow.v2.SpeechToTextConfig" + + "\022\025\n\rlanguage_code\030\n \001(\t\022\021\n\ttime_zone\030\016 \001" + + "(\t\022L\n\021security_settings\030\r \001(\tB1\372A.\n,dial" + + "ogflow.googleapis.com/CXSecuritySettings" + + ":\310\001\352A\304\001\n-dialogflow.googleapis.com/Conve" + + "rsationProfile\022>projects/{project}/conve" + + "rsationProfiles/{conversation_profile}\022S" + + "projects/{project}/locations/{location}/" + + "conversationProfiles/{conversation_profi" + + "le}\"\217\001\n\037ListConversationProfilesRequest\022" + + "E\n\006parent\030\001 \001(\tB5\340A\002\372A/\022-dialogflow.goog" + + "leapis.com/ConversationProfile\022\021\n\tpage_s" + + "ize\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\"\213\001\n ListCo" + + "nversationProfilesResponse\022N\n\025conversati" + + "on_profiles\030\001 \003(\0132/.google.cloud.dialogf" + + "low.v2.ConversationProfile\022\027\n\017next_page_" + + "token\030\002 \001(\t\"d\n\035GetConversationProfileReq" + "uest\022C\n\004name\030\001 \001(\tB5\340A\002\372A/\n-dialogflow.g" - + "oogleapis.com/ConversationProfile\"N\n\024Aut" - + "omatedAgentConfig\0226\n\005agent\030\001 \001(\tB\'\340A\002\372A!" - + "\n\037dialogflow.googleapis.com/Agent\"\256\022\n\031Hu" - + "manAgentAssistantConfig\022K\n\023notification_" - + "config\030\002 \001(\0132..google.cloud.dialogflow.v" - + "2.NotificationConfig\022m\n\035human_agent_sugg" - + "estion_config\030\003 \001(\0132F.google.cloud.dialo" - + "gflow.v2.HumanAgentAssistantConfig.Sugge" - + "stionConfig\022j\n\032end_user_suggestion_confi" - + "g\030\004 \001(\0132F.google.cloud.dialogflow.v2.Hum" - + "anAgentAssistantConfig.SuggestionConfig\022" - + "l\n\027message_analysis_config\030\005 \001(\0132K.googl" - + "e.cloud.dialogflow.v2.HumanAgentAssistan" - + "tConfig.MessageAnalysisConfig\032H\n\031Suggest" - + "ionTriggerSettings\022\024\n\014no_smalltalk\030\001 \001(\010" - + "\022\025\n\ronly_end_user\030\002 \001(\010\032\326\003\n\027SuggestionFe" - + "atureConfig\022I\n\022suggestion_feature\030\005 \001(\0132" - + "-.google.cloud.dialogflow.v2.SuggestionF" - + "eature\022%\n\035enable_event_based_suggestion\030" - + "\003 \001(\010\022t\n\033suggestion_trigger_settings\030\n \001" - + "(\0132O.google.cloud.dialogflow.v2.HumanAge" - + "ntAssistantConfig.SuggestionTriggerSetti" - + "ngs\022a\n\014query_config\030\006 \001(\0132K.google.cloud" - + ".dialogflow.v2.HumanAgentAssistantConfig" - + ".SuggestionQueryConfig\022p\n\031conversation_m" - + "odel_config\030\007 \001(\0132M.google.cloud.dialogf" - + "low.v2.HumanAgentAssistantConfig.Convers" - + "ationModelConfig\032\236\001\n\020SuggestionConfig\022f\n" - + "\017feature_configs\030\002 \003(\0132M.google.cloud.di" - + "alogflow.v2.HumanAgentAssistantConfig.Su" - + "ggestionFeatureConfig\022\"\n\032group_suggestio" - + "n_responses\030\003 \001(\010\032\374\007\n\025SuggestionQueryCon" - + "fig\022\213\001\n\033knowledge_base_query_source\030\001 \001(" - + "\0132d.google.cloud.dialogflow.v2.HumanAgen" - + "tAssistantConfig.SuggestionQueryConfig.K" - + "nowledgeBaseQuerySourceH\000\022\200\001\n\025document_q" - + "uery_source\030\002 \001(\0132_.google.cloud.dialogf" + + "oogleapis.com/ConversationProfile\"\275\001\n Cr" + + "eateConversationProfileRequest\022E\n\006parent" + + "\030\001 \001(\tB5\340A\002\372A/\022-dialogflow.googleapis.co" + + "m/ConversationProfile\022R\n\024conversation_pr" + + "ofile\030\002 \001(\0132/.google.cloud.dialogflow.v2" + + ".ConversationProfileB\003\340A\002\"\254\001\n UpdateConv" + + "ersationProfileRequest\022R\n\024conversation_p" + + "rofile\030\001 \001(\0132/.google.cloud.dialogflow.v" + + "2.ConversationProfileB\003\340A\002\0224\n\013update_mas" + + "k\030\002 \001(\0132\032.google.protobuf.FieldMaskB\003\340A\002" + + "\"g\n DeleteConversationProfileRequest\022C\n\004" + + "name\030\001 \001(\tB5\340A\002\372A/\n-dialogflow.googleapi" + + "s.com/ConversationProfile\"N\n\024AutomatedAg" + + "entConfig\0226\n\005agent\030\001 \001(\tB\'\340A\002\372A!\n\037dialog" + + "flow.googleapis.com/Agent\"\256\022\n\031HumanAgent" + + "AssistantConfig\022K\n\023notification_config\030\002" + + " \001(\0132..google.cloud.dialogflow.v2.Notifi" + + "cationConfig\022m\n\035human_agent_suggestion_c" + + "onfig\030\003 \001(\0132F.google.cloud.dialogflow.v2" + + ".HumanAgentAssistantConfig.SuggestionCon" + + "fig\022j\n\032end_user_suggestion_config\030\004 \001(\0132" + + "F.google.cloud.dialogflow.v2.HumanAgentA" + + "ssistantConfig.SuggestionConfig\022l\n\027messa" + + "ge_analysis_config\030\005 \001(\0132K.google.cloud." + + "dialogflow.v2.HumanAgentAssistantConfig." + + "MessageAnalysisConfig\032H\n\031SuggestionTrigg" + + "erSettings\022\024\n\014no_smalltalk\030\001 \001(\010\022\025\n\ronly" + + "_end_user\030\002 \001(\010\032\326\003\n\027SuggestionFeatureCon" + + "fig\022I\n\022suggestion_feature\030\005 \001(\0132-.google" + + ".cloud.dialogflow.v2.SuggestionFeature\022%" + + "\n\035enable_event_based_suggestion\030\003 \001(\010\022t\n" + + "\033suggestion_trigger_settings\030\n \001(\0132O.goo" + + "gle.cloud.dialogflow.v2.HumanAgentAssist" + + "antConfig.SuggestionTriggerSettings\022a\n\014q" + + "uery_config\030\006 \001(\0132K.google.cloud.dialogf" + "low.v2.HumanAgentAssistantConfig.Suggest" - + "ionQueryConfig.DocumentQuerySourceH\000\022\204\001\n" - + "\027dialogflow_query_source\030\003 \001(\0132a.google." - + "cloud.dialogflow.v2.HumanAgentAssistantC" - + "onfig.SuggestionQueryConfig.DialogflowQu" - + "erySourceH\000\022\023\n\013max_results\030\004 \001(\005\022\034\n\024conf" - + "idence_threshold\030\005 \001(\002\022\202\001\n\027context_filte" - + "r_settings\030\007 \001(\0132a.google.cloud.dialogfl" - + "ow.v2.HumanAgentAssistantConfig.Suggesti" - + "onQueryConfig.ContextFilterSettings\032d\n\030K" - + "nowledgeBaseQuerySource\022H\n\017knowledge_bas" - + "es\030\001 \003(\tB/\340A\002\372A)\n\'dialogflow.googleapis." - + "com/KnowledgeBase\032T\n\023DocumentQuerySource" - + "\022=\n\tdocuments\030\001 \003(\tB*\340A\002\372A$\n\"dialogflow." - + "googleapis.com/Document\032O\n\025DialogflowQue" - + "rySource\0226\n\005agent\030\001 \001(\tB\'\340A\002\372A!\n\037dialogf" - + "low.googleapis.com/Agent\032v\n\025ContextFilte" - + "rSettings\022\035\n\025drop_handoff_messages\030\001 \001(\010" - + "\022#\n\033drop_virtual_agent_messages\030\002 \001(\010\022\031\n" - + "\021drop_ivr_messages\030\003 \001(\010B\016\n\014query_source" - + "\032Z\n\027ConversationModelConfig\022?\n\005model\030\001 \001" - + "(\tB0\372A-\n+dialogflow.googleapis.com/Conve" - + "rsationModel\032\\\n\025MessageAnalysisConfig\022 \n" - + "\030enable_entity_extraction\030\002 \001(\010\022!\n\031enabl" - + "e_sentiment_analysis\030\003 \001(\010\"\304\003\n\027HumanAgen" - + "tHandoffConfig\022b\n\022live_person_config\030\001 \001" - + "(\0132D.google.cloud.dialogflow.v2.HumanAge" - + "ntHandoffConfig.LivePersonConfigH\000\022u\n\034sa" - + "lesforce_live_agent_config\030\002 \001(\0132M.googl" - + "e.cloud.dialogflow.v2.HumanAgentHandoffC" - + "onfig.SalesforceLiveAgentConfigH\000\032/\n\020Liv" - + "ePersonConfig\022\033\n\016account_number\030\001 \001(\tB\003\340" - + "A\002\032\213\001\n\031SalesforceLiveAgentConfig\022\034\n\017orga" - + "nization_id\030\001 \001(\tB\003\340A\002\022\032\n\rdeployment_id\030" - + "\002 \001(\tB\003\340A\002\022\026\n\tbutton_id\030\003 \001(\tB\003\340A\002\022\034\n\017en" - + "dpoint_domain\030\004 \001(\tB\003\340A\002B\017\n\ragent_servic" - + "e\"\277\001\n\022NotificationConfig\022\r\n\005topic\030\001 \001(\t\022" - + "T\n\016message_format\030\002 \001(\0162<.google.cloud.d" - + "ialogflow.v2.NotificationConfig.MessageF" - + "ormat\"D\n\rMessageFormat\022\036\n\032MESSAGE_FORMAT" - + "_UNSPECIFIED\020\000\022\t\n\005PROTO\020\001\022\010\n\004JSON\020\002\"3\n\rL" - + "oggingConfig\022\"\n\032enable_stackdriver_loggi" - + "ng\030\003 \001(\010\"\245\001\n\021SuggestionFeature\022@\n\004type\030\001" - + " \001(\01622.google.cloud.dialogflow.v2.Sugges" - + "tionFeature.Type\"N\n\004Type\022\024\n\020TYPE_UNSPECI" - + "FIED\020\000\022\026\n\022ARTICLE_SUGGESTION\020\001\022\007\n\003FAQ\020\002\022" - + "\017\n\013SMART_REPLY\020\0032\325\014\n\024ConversationProfile" - + "s\022\220\002\n\030ListConversationProfiles\022;.google." - + "cloud.dialogflow.v2.ListConversationProf" - + "ilesRequest\032<.google.cloud.dialogflow.v2" - + ".ListConversationProfilesResponse\"y\202\323\344\223\002" - + "j\022,/v2/{parent=projects/*}/conversationP" - + "rofilesZ:\0228/v2/{parent=projects/*/locati" - + "ons/*}/conversationProfiles\332A\006parent\022\375\001\n" - + "\026GetConversationProfile\0229.google.cloud.d" - + "ialogflow.v2.GetConversationProfileReque" - + "st\032/.google.cloud.dialogflow.v2.Conversa" - + "tionProfile\"w\202\323\344\223\002j\022,/v2/{name=projects/" - + "*/conversationProfiles/*}Z:\0228/v2/{name=p" - + "rojects/*/locations/*/conversationProfil" - + "es/*}\332A\004name\022\310\002\n\031CreateConversationProfi" - + "le\022<.google.cloud.dialogflow.v2.CreateCo" - + "nversationProfileRequest\032/.google.cloud." - + "dialogflow.v2.ConversationProfile\"\273\001\202\323\344\223" - + "\002\226\001\",/v2/{parent=projects/*}/conversatio" - + "nProfiles:\024conversation_profileZP\"8/v2/{" - + "parent=projects/*/locations/*}/conversat" - + "ionProfiles:\024conversation_profile\332A\033pare" - + "nt,conversation_profile\022\367\002\n\031UpdateConver" - + "sationProfile\022<.google.cloud.dialogflow." - + "v2.UpdateConversationProfileRequest\032/.go" - + "ogle.cloud.dialogflow.v2.ConversationPro" - + "file\"\352\001\202\323\344\223\002\300\0012A/v2/{conversation_profil" - + "e.name=projects/*/conversationProfiles/*" - + "}:\024conversation_profileZe2M/v2/{conversa" - + "tion_profile.name=projects/*/locations/*" - + "/conversationProfiles/*}:\024conversation_p" - + "rofile\332A conversation_profile,update_mas" - + "k\022\352\001\n\031DeleteConversationProfile\022<.google" - + ".cloud.dialogflow.v2.DeleteConversationP" - + "rofileRequest\032\026.google.protobuf.Empty\"w\202" - + "\323\344\223\002j*,/v2/{name=projects/*/conversation" - + "Profiles/*}Z:*8/v2/{name=projects/*/loca" - + "tions/*/conversationProfiles/*}\332A\004name\032x" - + "\312A\031dialogflow.googleapis.com\322AYhttps://w" - + "ww.googleapis.com/auth/cloud-platform,ht" - + "tps://www.googleapis.com/auth/dialogflow" - + "B\247\003\n\036com.google.cloud.dialogflow.v2B\030Con" - + "versationProfileProtoP\001ZDgoogle.golang.o" - + "rg/genproto/googleapis/cloud/dialogflow/" - + "v2;dialogflow\370\001\001\242\002\002DF\252\002\032Google.Cloud.Dia" - + "logflow.V2\352A|\n,dialogflow.googleapis.com" - + "/CXSecuritySettings\022Lprojects/{project}/" - + "locations/{location}/securitySettings/{s" - + "ecurity_settings}\352A~\n+dialogflow.googlea" - + "pis.com/ConversationModel\022Oprojects/{pro" - + "ject}/locations/{location}/conversationM" - + "odels/{conversation_model}b\006proto3" + + "ionQueryConfig\022p\n\031conversation_model_con" + + "fig\030\007 \001(\0132M.google.cloud.dialogflow.v2.H" + + "umanAgentAssistantConfig.ConversationMod" + + "elConfig\032\236\001\n\020SuggestionConfig\022f\n\017feature" + + "_configs\030\002 \003(\0132M.google.cloud.dialogflow" + + ".v2.HumanAgentAssistantConfig.Suggestion" + + "FeatureConfig\022\"\n\032group_suggestion_respon" + + "ses\030\003 \001(\010\032\374\007\n\025SuggestionQueryConfig\022\213\001\n\033" + + "knowledge_base_query_source\030\001 \001(\0132d.goog" + + "le.cloud.dialogflow.v2.HumanAgentAssista" + + "ntConfig.SuggestionQueryConfig.Knowledge" + + "BaseQuerySourceH\000\022\200\001\n\025document_query_sou" + + "rce\030\002 \001(\0132_.google.cloud.dialogflow.v2.H" + + "umanAgentAssistantConfig.SuggestionQuery" + + "Config.DocumentQuerySourceH\000\022\204\001\n\027dialogf" + + "low_query_source\030\003 \001(\0132a.google.cloud.di" + + "alogflow.v2.HumanAgentAssistantConfig.Su" + + "ggestionQueryConfig.DialogflowQuerySourc" + + "eH\000\022\023\n\013max_results\030\004 \001(\005\022\034\n\024confidence_t" + + "hreshold\030\005 \001(\002\022\202\001\n\027context_filter_settin" + + "gs\030\007 \001(\0132a.google.cloud.dialogflow.v2.Hu" + + "manAgentAssistantConfig.SuggestionQueryC" + + "onfig.ContextFilterSettings\032d\n\030Knowledge" + + "BaseQuerySource\022H\n\017knowledge_bases\030\001 \003(\t" + + "B/\340A\002\372A)\n\'dialogflow.googleapis.com/Know" + + "ledgeBase\032T\n\023DocumentQuerySource\022=\n\tdocu" + + "ments\030\001 \003(\tB*\340A\002\372A$\n\"dialogflow.googleap" + + "is.com/Document\032O\n\025DialogflowQuerySource" + + "\0226\n\005agent\030\001 \001(\tB\'\340A\002\372A!\n\037dialogflow.goog" + + "leapis.com/Agent\032v\n\025ContextFilterSetting" + + "s\022\035\n\025drop_handoff_messages\030\001 \001(\010\022#\n\033drop" + + "_virtual_agent_messages\030\002 \001(\010\022\031\n\021drop_iv" + + "r_messages\030\003 \001(\010B\016\n\014query_source\032Z\n\027Conv" + + "ersationModelConfig\022?\n\005model\030\001 \001(\tB0\372A-\n" + + "+dialogflow.googleapis.com/ConversationM" + + "odel\032\\\n\025MessageAnalysisConfig\022 \n\030enable_" + + "entity_extraction\030\002 \001(\010\022!\n\031enable_sentim" + + "ent_analysis\030\003 \001(\010\"\304\003\n\027HumanAgentHandoff" + + "Config\022b\n\022live_person_config\030\001 \001(\0132D.goo" + + "gle.cloud.dialogflow.v2.HumanAgentHandof" + + "fConfig.LivePersonConfigH\000\022u\n\034salesforce" + + "_live_agent_config\030\002 \001(\0132M.google.cloud." + + "dialogflow.v2.HumanAgentHandoffConfig.Sa" + + "lesforceLiveAgentConfigH\000\032/\n\020LivePersonC" + + "onfig\022\033\n\016account_number\030\001 \001(\tB\003\340A\002\032\213\001\n\031S" + + "alesforceLiveAgentConfig\022\034\n\017organization" + + "_id\030\001 \001(\tB\003\340A\002\022\032\n\rdeployment_id\030\002 \001(\tB\003\340" + + "A\002\022\026\n\tbutton_id\030\003 \001(\tB\003\340A\002\022\034\n\017endpoint_d" + + "omain\030\004 \001(\tB\003\340A\002B\017\n\ragent_service\"\277\001\n\022No" + + "tificationConfig\022\r\n\005topic\030\001 \001(\t\022T\n\016messa" + + "ge_format\030\002 \001(\0162<.google.cloud.dialogflo" + + "w.v2.NotificationConfig.MessageFormat\"D\n" + + "\rMessageFormat\022\036\n\032MESSAGE_FORMAT_UNSPECI" + + "FIED\020\000\022\t\n\005PROTO\020\001\022\010\n\004JSON\020\002\"3\n\rLoggingCo" + + "nfig\022\"\n\032enable_stackdriver_logging\030\003 \001(\010" + + "\"\245\001\n\021SuggestionFeature\022@\n\004type\030\001 \001(\01622.g" + + "oogle.cloud.dialogflow.v2.SuggestionFeat" + + "ure.Type\"N\n\004Type\022\024\n\020TYPE_UNSPECIFIED\020\000\022\026" + + "\n\022ARTICLE_SUGGESTION\020\001\022\007\n\003FAQ\020\002\022\017\n\013SMART" + + "_REPLY\020\0032\325\014\n\024ConversationProfiles\022\220\002\n\030Li" + + "stConversationProfiles\022;.google.cloud.di" + + "alogflow.v2.ListConversationProfilesRequ" + + "est\032<.google.cloud.dialogflow.v2.ListCon" + + "versationProfilesResponse\"y\202\323\344\223\002j\022,/v2/{" + + "parent=projects/*}/conversationProfilesZ" + + ":\0228/v2/{parent=projects/*/locations/*}/c" + + "onversationProfiles\332A\006parent\022\375\001\n\026GetConv" + + "ersationProfile\0229.google.cloud.dialogflo" + + "w.v2.GetConversationProfileRequest\032/.goo" + + "gle.cloud.dialogflow.v2.ConversationProf" + + "ile\"w\202\323\344\223\002j\022,/v2/{name=projects/*/conver" + + "sationProfiles/*}Z:\0228/v2/{name=projects/" + + "*/locations/*/conversationProfiles/*}\332A\004" + + "name\022\310\002\n\031CreateConversationProfile\022<.goo" + + "gle.cloud.dialogflow.v2.CreateConversati" + + "onProfileRequest\032/.google.cloud.dialogfl" + + "ow.v2.ConversationProfile\"\273\001\202\323\344\223\002\226\001\",/v2" + + "/{parent=projects/*}/conversationProfile" + + "s:\024conversation_profileZP\"8/v2/{parent=p" + + "rojects/*/locations/*}/conversationProfi" + + "les:\024conversation_profile\332A\033parent,conve" + + "rsation_profile\022\367\002\n\031UpdateConversationPr" + + "ofile\022<.google.cloud.dialogflow.v2.Updat" + + "eConversationProfileRequest\032/.google.clo" + + "ud.dialogflow.v2.ConversationProfile\"\352\001\202" + + "\323\344\223\002\300\0012A/v2/{conversation_profile.name=p" + + "rojects/*/conversationProfiles/*}:\024conve" + + "rsation_profileZe2M/v2/{conversation_pro" + + "file.name=projects/*/locations/*/convers" + + "ationProfiles/*}:\024conversation_profile\332A" + + " conversation_profile,update_mask\022\352\001\n\031De" + + "leteConversationProfile\022<.google.cloud.d" + + "ialogflow.v2.DeleteConversationProfileRe" + + "quest\032\026.google.protobuf.Empty\"w\202\323\344\223\002j*,/" + + "v2/{name=projects/*/conversationProfiles" + + "/*}Z:*8/v2/{name=projects/*/locations/*/" + + "conversationProfiles/*}\332A\004name\032x\312A\031dialo" + + "gflow.googleapis.com\322AYhttps://www.googl" + + "eapis.com/auth/cloud-platform,https://ww" + + "w.googleapis.com/auth/dialogflowB\247\003\n\036com" + + ".google.cloud.dialogflow.v2B\030Conversatio" + + "nProfileProtoP\001ZDgoogle.golang.org/genpr" + + "oto/googleapis/cloud/dialogflow/v2;dialo" + + "gflow\370\001\001\242\002\002DF\252\002\032Google.Cloud.Dialogflow." + + "V2\352A|\n,dialogflow.googleapis.com/CXSecur" + + "itySettings\022Lprojects/{project}/location" + + "s/{location}/securitySettings/{security_" + + "settings}\352A~\n+dialogflow.googleapis.com/" + + "ConversationModel\022Oprojects/{project}/lo" + + "cations/{location}/conversationModels/{c" + + "onversation_model}b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( @@ -341,6 +342,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { com.google.cloud.dialogflow.v2.AudioConfigProto.getDescriptor(), com.google.cloud.dialogflow.v2.ParticipantProto.getDescriptor(), com.google.longrunning.OperationsProto.getDescriptor(), + com.google.protobuf.DurationProto.getDescriptor(), com.google.protobuf.EmptyProto.getDescriptor(), com.google.protobuf.FieldMaskProto.getDescriptor(), com.google.protobuf.TimestampProto.getDescriptor(), @@ -614,6 +616,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { com.google.cloud.dialogflow.v2.AudioConfigProto.getDescriptor(); com.google.cloud.dialogflow.v2.ParticipantProto.getDescriptor(); com.google.longrunning.OperationsProto.getDescriptor(); + com.google.protobuf.DurationProto.getDescriptor(); com.google.protobuf.EmptyProto.getDescriptor(); com.google.protobuf.FieldMaskProto.getDescriptor(); com.google.protobuf.TimestampProto.getDescriptor(); diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/CreateParticipantRequest.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/CreateParticipantRequest.java index e96a3f4f4..c5dec0acf 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/CreateParticipantRequest.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/CreateParticipantRequest.java @@ -22,8 +22,7 @@ * * *
- * The request message for
- * [Participants.CreateParticipant][google.cloud.dialogflow.v2.Participants.CreateParticipant].
+ * The request message for [Participants.CreateParticipant][google.cloud.dialogflow.v2.Participants.CreateParticipant].
  * 
* * Protobuf type {@code google.cloud.dialogflow.v2.CreateParticipantRequest} @@ -417,8 +416,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request message for
-   * [Participants.CreateParticipant][google.cloud.dialogflow.v2.Participants.CreateParticipant].
+   * The request message for [Participants.CreateParticipant][google.cloud.dialogflow.v2.Participants.CreateParticipant].
    * 
* * Protobuf type {@code google.cloud.dialogflow.v2.CreateParticipantRequest} diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GetParticipantRequest.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GetParticipantRequest.java index 33f6154fb..882a87f39 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GetParticipantRequest.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GetParticipantRequest.java @@ -22,8 +22,7 @@ * * *
- * The request message for
- * [Participants.GetParticipant][google.cloud.dialogflow.v2.Participants.GetParticipant].
+ * The request message for [Participants.GetParticipant][google.cloud.dialogflow.v2.Participants.GetParticipant].
  * 
* * Protobuf type {@code google.cloud.dialogflow.v2.GetParticipantRequest} @@ -332,8 +331,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request message for
-   * [Participants.GetParticipant][google.cloud.dialogflow.v2.Participants.GetParticipant].
+   * The request message for [Participants.GetParticipant][google.cloud.dialogflow.v2.Participants.GetParticipant].
    * 
* * Protobuf type {@code google.cloud.dialogflow.v2.GetParticipantRequest} diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ListParticipantsRequest.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ListParticipantsRequest.java index ab17d5826..1bfa830ce 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ListParticipantsRequest.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ListParticipantsRequest.java @@ -22,8 +22,7 @@ * * *
- * The request message for
- * [Participants.ListParticipants][google.cloud.dialogflow.v2.Participants.ListParticipants].
+ * The request message for [Participants.ListParticipants][google.cloud.dialogflow.v2.Participants.ListParticipants].
  * 
* * Protobuf type {@code google.cloud.dialogflow.v2.ListParticipantsRequest} @@ -432,8 +431,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request message for
-   * [Participants.ListParticipants][google.cloud.dialogflow.v2.Participants.ListParticipants].
+   * The request message for [Participants.ListParticipants][google.cloud.dialogflow.v2.Participants.ListParticipants].
    * 
* * Protobuf type {@code google.cloud.dialogflow.v2.ListParticipantsRequest} diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ListParticipantsResponse.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ListParticipantsResponse.java index fbfc9beb2..fab7e6bc8 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ListParticipantsResponse.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ListParticipantsResponse.java @@ -22,8 +22,7 @@ * * *
- * The response message for
- * [Participants.ListParticipants][google.cloud.dialogflow.v2.Participants.ListParticipants].
+ * The response message for [Participants.ListParticipants][google.cloud.dialogflow.v2.Participants.ListParticipants].
  * 
* * Protobuf type {@code google.cloud.dialogflow.v2.ListParticipantsResponse} @@ -429,8 +428,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The response message for
-   * [Participants.ListParticipants][google.cloud.dialogflow.v2.Participants.ListParticipants].
+   * The response message for [Participants.ListParticipants][google.cloud.dialogflow.v2.Participants.ListParticipants].
    * 
* * Protobuf type {@code google.cloud.dialogflow.v2.ListParticipantsResponse} diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/Participant.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/Participant.java index e063567c7..8c34ade85 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/Participant.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/Participant.java @@ -398,8 +398,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * Immutable. The role this participant plays in the conversation. This field
-   * must be set during participant creation and is then immutable.
+   * Immutable. The role this participant plays in the conversation. This field must be set
+   * during participant creation and is then immutable.
    * 
* * @@ -416,8 +416,8 @@ public int getRoleValue() { * * *
-   * Immutable. The role this participant plays in the conversation. This field
-   * must be set during participant creation and is then immutable.
+   * Immutable. The role this participant plays in the conversation. This field must be set
+   * during participant creation and is then immutable.
    * 
* * @@ -519,10 +519,9 @@ public int getDocumentsMetadataFiltersCount() { * * *
-   * Optional. Key-value filters on the metadata of documents returned by
-   * article suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * Optional. Key-value filters on the metadata of documents returned by article
+   * suggestion. If specified, article suggestion only returns suggested
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
@@ -559,10 +558,9 @@ public java.util.Map getDocumentsMetadataFil
    *
    *
    * 
-   * Optional. Key-value filters on the metadata of documents returned by
-   * article suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * Optional. Key-value filters on the metadata of documents returned by article
+   * suggestion. If specified, article suggestion only returns suggested
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
@@ -590,10 +588,9 @@ public java.util.Map getDocumentsMetadataFil
    *
    *
    * 
-   * Optional. Key-value filters on the metadata of documents returned by
-   * article suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * Optional. Key-value filters on the metadata of documents returned by article
+   * suggestion. If specified, article suggestion only returns suggested
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
@@ -627,10 +624,9 @@ public java.lang.String getDocumentsMetadataFiltersOrDefault(
    *
    *
    * 
-   * Optional. Key-value filters on the metadata of documents returned by
-   * article suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * Optional. Key-value filters on the metadata of documents returned by article
+   * suggestion. If specified, article suggestion only returns suggested
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
@@ -1181,8 +1177,8 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * Immutable. The role this participant plays in the conversation. This field
-     * must be set during participant creation and is then immutable.
+     * Immutable. The role this participant plays in the conversation. This field must be set
+     * during participant creation and is then immutable.
      * 
* * @@ -1199,8 +1195,8 @@ public int getRoleValue() { * * *
-     * Immutable. The role this participant plays in the conversation. This field
-     * must be set during participant creation and is then immutable.
+     * Immutable. The role this participant plays in the conversation. This field must be set
+     * during participant creation and is then immutable.
      * 
* * @@ -1220,8 +1216,8 @@ public Builder setRoleValue(int value) { * * *
-     * Immutable. The role this participant plays in the conversation. This field
-     * must be set during participant creation and is then immutable.
+     * Immutable. The role this participant plays in the conversation. This field must be set
+     * during participant creation and is then immutable.
      * 
* * @@ -1241,8 +1237,8 @@ public com.google.cloud.dialogflow.v2.Participant.Role getRole() { * * *
-     * Immutable. The role this participant plays in the conversation. This field
-     * must be set during participant creation and is then immutable.
+     * Immutable. The role this participant plays in the conversation. This field must be set
+     * during participant creation and is then immutable.
      * 
* * @@ -1265,8 +1261,8 @@ public Builder setRole(com.google.cloud.dialogflow.v2.Participant.Role value) { * * *
-     * Immutable. The role this participant plays in the conversation. This field
-     * must be set during participant creation and is then immutable.
+     * Immutable. The role this participant plays in the conversation. This field must be set
+     * during participant creation and is then immutable.
      * 
* * @@ -1432,10 +1428,9 @@ public int getDocumentsMetadataFiltersCount() { * * *
-     * Optional. Key-value filters on the metadata of documents returned by
-     * article suggestion. If specified, article suggestion only returns suggested
-     * documents that match all filters in their
-     * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+     * Optional. Key-value filters on the metadata of documents returned by article
+     * suggestion. If specified, article suggestion only returns suggested
+     * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
      * values for a metadata key should be concatenated by comma. For example,
      * filters to match all documents that have 'US' or 'CA' in their market
      * metadata values and 'agent' in their user metadata values will be
@@ -1472,10 +1467,9 @@ public java.util.Map getDocumentsMetadataFil
      *
      *
      * 
-     * Optional. Key-value filters on the metadata of documents returned by
-     * article suggestion. If specified, article suggestion only returns suggested
-     * documents that match all filters in their
-     * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+     * Optional. Key-value filters on the metadata of documents returned by article
+     * suggestion. If specified, article suggestion only returns suggested
+     * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
      * values for a metadata key should be concatenated by comma. For example,
      * filters to match all documents that have 'US' or 'CA' in their market
      * metadata values and 'agent' in their user metadata values will be
@@ -1503,10 +1497,9 @@ public java.util.Map getDocumentsMetadataFil
      *
      *
      * 
-     * Optional. Key-value filters on the metadata of documents returned by
-     * article suggestion. If specified, article suggestion only returns suggested
-     * documents that match all filters in their
-     * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+     * Optional. Key-value filters on the metadata of documents returned by article
+     * suggestion. If specified, article suggestion only returns suggested
+     * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
      * values for a metadata key should be concatenated by comma. For example,
      * filters to match all documents that have 'US' or 'CA' in their market
      * metadata values and 'agent' in their user metadata values will be
@@ -1540,10 +1533,9 @@ public java.lang.String getDocumentsMetadataFiltersOrDefault(
      *
      *
      * 
-     * Optional. Key-value filters on the metadata of documents returned by
-     * article suggestion. If specified, article suggestion only returns suggested
-     * documents that match all filters in their
-     * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+     * Optional. Key-value filters on the metadata of documents returned by article
+     * suggestion. If specified, article suggestion only returns suggested
+     * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
      * values for a metadata key should be concatenated by comma. For example,
      * filters to match all documents that have 'US' or 'CA' in their market
      * metadata values and 'agent' in their user metadata values will be
@@ -1584,10 +1576,9 @@ public Builder clearDocumentsMetadataFilters() {
      *
      *
      * 
-     * Optional. Key-value filters on the metadata of documents returned by
-     * article suggestion. If specified, article suggestion only returns suggested
-     * documents that match all filters in their
-     * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+     * Optional. Key-value filters on the metadata of documents returned by article
+     * suggestion. If specified, article suggestion only returns suggested
+     * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
      * values for a metadata key should be concatenated by comma. For example,
      * filters to match all documents that have 'US' or 'CA' in their market
      * metadata values and 'agent' in their user metadata values will be
@@ -1623,10 +1614,9 @@ public java.util.Map getMutableDocumentsMeta
      *
      *
      * 
-     * Optional. Key-value filters on the metadata of documents returned by
-     * article suggestion. If specified, article suggestion only returns suggested
-     * documents that match all filters in their
-     * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+     * Optional. Key-value filters on the metadata of documents returned by article
+     * suggestion. If specified, article suggestion only returns suggested
+     * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
      * values for a metadata key should be concatenated by comma. For example,
      * filters to match all documents that have 'US' or 'CA' in their market
      * metadata values and 'agent' in their user metadata values will be
@@ -1660,10 +1650,9 @@ public Builder putDocumentsMetadataFilters(java.lang.String key, java.lang.Strin
      *
      *
      * 
-     * Optional. Key-value filters on the metadata of documents returned by
-     * article suggestion. If specified, article suggestion only returns suggested
-     * documents that match all filters in their
-     * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+     * Optional. Key-value filters on the metadata of documents returned by article
+     * suggestion. If specified, article suggestion only returns suggested
+     * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
      * values for a metadata key should be concatenated by comma. For example,
      * filters to match all documents that have 'US' or 'CA' in their market
      * metadata values and 'agent' in their user metadata values will be
diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ParticipantOrBuilder.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ParticipantOrBuilder.java
index f44d90836..42e101b55 100644
--- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ParticipantOrBuilder.java
+++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ParticipantOrBuilder.java
@@ -56,8 +56,8 @@ public interface ParticipantOrBuilder
    *
    *
    * 
-   * Immutable. The role this participant plays in the conversation. This field
-   * must be set during participant creation and is then immutable.
+   * Immutable. The role this participant plays in the conversation. This field must be set
+   * during participant creation and is then immutable.
    * 
* * @@ -71,8 +71,8 @@ public interface ParticipantOrBuilder * * *
-   * Immutable. The role this participant plays in the conversation. This field
-   * must be set during participant creation and is then immutable.
+   * Immutable. The role this participant plays in the conversation. This field must be set
+   * during participant creation and is then immutable.
    * 
* * @@ -116,10 +116,9 @@ public interface ParticipantOrBuilder * * *
-   * Optional. Key-value filters on the metadata of documents returned by
-   * article suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * Optional. Key-value filters on the metadata of documents returned by article
+   * suggestion. If specified, article suggestion only returns suggested
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
@@ -144,10 +143,9 @@ public interface ParticipantOrBuilder
    *
    *
    * 
-   * Optional. Key-value filters on the metadata of documents returned by
-   * article suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * Optional. Key-value filters on the metadata of documents returned by article
+   * suggestion. If specified, article suggestion only returns suggested
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
@@ -175,10 +173,9 @@ public interface ParticipantOrBuilder
    *
    *
    * 
-   * Optional. Key-value filters on the metadata of documents returned by
-   * article suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * Optional. Key-value filters on the metadata of documents returned by article
+   * suggestion. If specified, article suggestion only returns suggested
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
@@ -203,10 +200,9 @@ public interface ParticipantOrBuilder
    *
    *
    * 
-   * Optional. Key-value filters on the metadata of documents returned by
-   * article suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * Optional. Key-value filters on the metadata of documents returned by article
+   * suggestion. If specified, article suggestion only returns suggested
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
@@ -232,10 +228,9 @@ java.lang.String getDocumentsMetadataFiltersOrDefault(
    *
    *
    * 
-   * Optional. Key-value filters on the metadata of documents returned by
-   * article suggestion. If specified, article suggestion only returns suggested
-   * documents that match all filters in their
-   * [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
+   * Optional. Key-value filters on the metadata of documents returned by article
+   * suggestion. If specified, article suggestion only returns suggested
+   * documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
    * values for a metadata key should be concatenated by comma. For example,
    * filters to match all documents that have 'US' or 'CA' in their market
    * metadata values and 'agent' in their user metadata values will be
diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SpeechToTextConfig.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SpeechToTextConfig.java
index 65e93f262..36b2fe3c5 100644
--- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SpeechToTextConfig.java
+++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SpeechToTextConfig.java
@@ -117,15 +117,16 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    *
    * 
-   * Optional. The speech model used in speech to text.
+   * The speech model used in speech to text.
    * `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as
    * `USE_ENHANCED`. It can be overridden in [AnalyzeContentRequest][google.cloud.dialogflow.v2.AnalyzeContentRequest] and
    * [StreamingAnalyzeContentRequest][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest] request.
+   * If enhanced model variant is specified and an enhanced
+   * version of the specified model for the language does not exist, then it
+   * would emit an error.
    * 
* - * - * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1; * * @return The enum numeric value on the wire for speechModelVariant. */ @@ -137,15 +138,16 @@ public int getSpeechModelVariantValue() { * * *
-   * Optional. The speech model used in speech to text.
+   * The speech model used in speech to text.
    * `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as
    * `USE_ENHANCED`. It can be overridden in [AnalyzeContentRequest][google.cloud.dialogflow.v2.AnalyzeContentRequest] and
    * [StreamingAnalyzeContentRequest][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest] request.
+   * If enhanced model variant is specified and an enhanced
+   * version of the specified model for the language does not exist, then it
+   * would emit an error.
    * 
* - * - * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1; * * @return The speechModelVariant. */ @@ -483,15 +485,16 @@ public Builder mergeFrom( * * *
-     * Optional. The speech model used in speech to text.
+     * The speech model used in speech to text.
      * `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as
      * `USE_ENHANCED`. It can be overridden in [AnalyzeContentRequest][google.cloud.dialogflow.v2.AnalyzeContentRequest] and
      * [StreamingAnalyzeContentRequest][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest] request.
+     * If enhanced model variant is specified and an enhanced
+     * version of the specified model for the language does not exist, then it
+     * would emit an error.
      * 
* - * - * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1; * * @return The enum numeric value on the wire for speechModelVariant. */ @@ -503,15 +506,16 @@ public int getSpeechModelVariantValue() { * * *
-     * Optional. The speech model used in speech to text.
+     * The speech model used in speech to text.
      * `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as
      * `USE_ENHANCED`. It can be overridden in [AnalyzeContentRequest][google.cloud.dialogflow.v2.AnalyzeContentRequest] and
      * [StreamingAnalyzeContentRequest][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest] request.
+     * If enhanced model variant is specified and an enhanced
+     * version of the specified model for the language does not exist, then it
+     * would emit an error.
      * 
* - * - * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1; * * @param value The enum numeric value on the wire for speechModelVariant to set. * @return This builder for chaining. @@ -526,15 +530,16 @@ public Builder setSpeechModelVariantValue(int value) { * * *
-     * Optional. The speech model used in speech to text.
+     * The speech model used in speech to text.
      * `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as
      * `USE_ENHANCED`. It can be overridden in [AnalyzeContentRequest][google.cloud.dialogflow.v2.AnalyzeContentRequest] and
      * [StreamingAnalyzeContentRequest][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest] request.
+     * If enhanced model variant is specified and an enhanced
+     * version of the specified model for the language does not exist, then it
+     * would emit an error.
      * 
* - * - * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1; * * @return The speechModelVariant. */ @@ -551,15 +556,16 @@ public com.google.cloud.dialogflow.v2.SpeechModelVariant getSpeechModelVariant() * * *
-     * Optional. The speech model used in speech to text.
+     * The speech model used in speech to text.
      * `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as
      * `USE_ENHANCED`. It can be overridden in [AnalyzeContentRequest][google.cloud.dialogflow.v2.AnalyzeContentRequest] and
      * [StreamingAnalyzeContentRequest][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest] request.
+     * If enhanced model variant is specified and an enhanced
+     * version of the specified model for the language does not exist, then it
+     * would emit an error.
      * 
* - * - * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1; * * @param value The speechModelVariant to set. * @return This builder for chaining. @@ -577,15 +583,16 @@ public Builder setSpeechModelVariant(com.google.cloud.dialogflow.v2.SpeechModelV * * *
-     * Optional. The speech model used in speech to text.
+     * The speech model used in speech to text.
      * `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as
      * `USE_ENHANCED`. It can be overridden in [AnalyzeContentRequest][google.cloud.dialogflow.v2.AnalyzeContentRequest] and
      * [StreamingAnalyzeContentRequest][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest] request.
+     * If enhanced model variant is specified and an enhanced
+     * version of the specified model for the language does not exist, then it
+     * would emit an error.
      * 
* - * - * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1; * * @return This builder for chaining. */ diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SpeechToTextConfigOrBuilder.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SpeechToTextConfigOrBuilder.java index 82ff9149d..12c64f937 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SpeechToTextConfigOrBuilder.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SpeechToTextConfigOrBuilder.java @@ -27,15 +27,16 @@ public interface SpeechToTextConfigOrBuilder * * *
-   * Optional. The speech model used in speech to text.
+   * The speech model used in speech to text.
    * `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as
    * `USE_ENHANCED`. It can be overridden in [AnalyzeContentRequest][google.cloud.dialogflow.v2.AnalyzeContentRequest] and
    * [StreamingAnalyzeContentRequest][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest] request.
+   * If enhanced model variant is specified and an enhanced
+   * version of the specified model for the language does not exist, then it
+   * would emit an error.
    * 
* - * - * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1; * * @return The enum numeric value on the wire for speechModelVariant. */ @@ -44,15 +45,16 @@ public interface SpeechToTextConfigOrBuilder * * *
-   * Optional. The speech model used in speech to text.
+   * The speech model used in speech to text.
    * `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as
    * `USE_ENHANCED`. It can be overridden in [AnalyzeContentRequest][google.cloud.dialogflow.v2.AnalyzeContentRequest] and
    * [StreamingAnalyzeContentRequest][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest] request.
+   * If enhanced model variant is specified and an enhanced
+   * version of the specified model for the language does not exist, then it
+   * would emit an error.
    * 
* - * - * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.dialogflow.v2.SpeechModelVariant speech_model_variant = 1; * * @return The speechModelVariant. */ diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestArticlesRequest.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestArticlesRequest.java index b25938920..f3f099aed 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestArticlesRequest.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestArticlesRequest.java @@ -22,8 +22,7 @@ * * *
- * The request message for
- * [Participants.SuggestArticles][google.cloud.dialogflow.v2.Participants.SuggestArticles].
+ * The request message for [Participants.SuggestArticles][google.cloud.dialogflow.v2.Participants.SuggestArticles].
  * 
* * Protobuf type {@code google.cloud.dialogflow.v2.SuggestArticlesRequest} @@ -261,9 +260,8 @@ public com.google.protobuf.ByteString getLatestMessageBytes() { * *
    * Max number of messages prior to and including
-   * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesRequest.latest_message]
-   * to use as context when compiling the suggestion. By default 20 and at
-   * most 50.
+   * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesRequest.latest_message] to use as context
+   * when compiling the suggestion. By default 20 and at most 50.
    * 
* * int32 context_size = 3; @@ -520,8 +518,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request message for
-   * [Participants.SuggestArticles][google.cloud.dialogflow.v2.Participants.SuggestArticles].
+   * The request message for [Participants.SuggestArticles][google.cloud.dialogflow.v2.Participants.SuggestArticles].
    * 
* * Protobuf type {@code google.cloud.dialogflow.v2.SuggestArticlesRequest} @@ -956,9 +953,8 @@ public Builder setLatestMessageBytes(com.google.protobuf.ByteString value) { * *
      * Max number of messages prior to and including
-     * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesRequest.latest_message]
-     * to use as context when compiling the suggestion. By default 20 and at
-     * most 50.
+     * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesRequest.latest_message] to use as context
+     * when compiling the suggestion. By default 20 and at most 50.
      * 
* * int32 context_size = 3; @@ -974,9 +970,8 @@ public int getContextSize() { * *
      * Max number of messages prior to and including
-     * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesRequest.latest_message]
-     * to use as context when compiling the suggestion. By default 20 and at
-     * most 50.
+     * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesRequest.latest_message] to use as context
+     * when compiling the suggestion. By default 20 and at most 50.
      * 
* * int32 context_size = 3; @@ -995,9 +990,8 @@ public Builder setContextSize(int value) { * *
      * Max number of messages prior to and including
-     * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesRequest.latest_message]
-     * to use as context when compiling the suggestion. By default 20 and at
-     * most 50.
+     * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesRequest.latest_message] to use as context
+     * when compiling the suggestion. By default 20 and at most 50.
      * 
* * int32 context_size = 3; diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestArticlesRequestOrBuilder.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestArticlesRequestOrBuilder.java index 2d0b151a0..a0b7a3408 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestArticlesRequestOrBuilder.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestArticlesRequestOrBuilder.java @@ -92,9 +92,8 @@ public interface SuggestArticlesRequestOrBuilder * *
    * Max number of messages prior to and including
-   * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesRequest.latest_message]
-   * to use as context when compiling the suggestion. By default 20 and at
-   * most 50.
+   * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesRequest.latest_message] to use as context
+   * when compiling the suggestion. By default 20 and at most 50.
    * 
* * int32 context_size = 3; diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestArticlesResponse.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestArticlesResponse.java index e57a235e1..41741be66 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestArticlesResponse.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestArticlesResponse.java @@ -22,8 +22,7 @@ * * *
- * The response message for
- * [Participants.SuggestArticles][google.cloud.dialogflow.v2.Participants.SuggestArticles].
+ * The response message for [Participants.SuggestArticles][google.cloud.dialogflow.v2.Participants.SuggestArticles].
  * 
* * Protobuf type {@code google.cloud.dialogflow.v2.SuggestArticlesResponse} @@ -266,11 +265,10 @@ public com.google.protobuf.ByteString getLatestMessageBytes() { * *
    * Number of messages prior to and including
-   * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesResponse.latest_message]
-   * to compile the suggestion. It may be smaller than the
-   * [SuggestArticlesRequest.context_size][google.cloud.dialogflow.v2.SuggestArticlesRequest.context_size]
-   * field in the request if there aren't that many messages in the
-   * conversation.
+   * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesResponse.latest_message] to compile the
+   * suggestion. It may be smaller than the
+   * [SuggestArticlesRequest.context_size][google.cloud.dialogflow.v2.SuggestArticlesRequest.context_size] field in the request if there
+   * aren't that many messages in the conversation.
    * 
* * int32 context_size = 3; @@ -466,8 +464,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The response message for
-   * [Participants.SuggestArticles][google.cloud.dialogflow.v2.Participants.SuggestArticles].
+   * The response message for [Participants.SuggestArticles][google.cloud.dialogflow.v2.Participants.SuggestArticles].
    * 
* * Protobuf type {@code google.cloud.dialogflow.v2.SuggestArticlesResponse} @@ -1161,11 +1158,10 @@ public Builder setLatestMessageBytes(com.google.protobuf.ByteString value) { * *
      * Number of messages prior to and including
-     * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesResponse.latest_message]
-     * to compile the suggestion. It may be smaller than the
-     * [SuggestArticlesRequest.context_size][google.cloud.dialogflow.v2.SuggestArticlesRequest.context_size]
-     * field in the request if there aren't that many messages in the
-     * conversation.
+     * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesResponse.latest_message] to compile the
+     * suggestion. It may be smaller than the
+     * [SuggestArticlesRequest.context_size][google.cloud.dialogflow.v2.SuggestArticlesRequest.context_size] field in the request if there
+     * aren't that many messages in the conversation.
      * 
* * int32 context_size = 3; @@ -1181,11 +1177,10 @@ public int getContextSize() { * *
      * Number of messages prior to and including
-     * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesResponse.latest_message]
-     * to compile the suggestion. It may be smaller than the
-     * [SuggestArticlesRequest.context_size][google.cloud.dialogflow.v2.SuggestArticlesRequest.context_size]
-     * field in the request if there aren't that many messages in the
-     * conversation.
+     * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesResponse.latest_message] to compile the
+     * suggestion. It may be smaller than the
+     * [SuggestArticlesRequest.context_size][google.cloud.dialogflow.v2.SuggestArticlesRequest.context_size] field in the request if there
+     * aren't that many messages in the conversation.
      * 
* * int32 context_size = 3; @@ -1204,11 +1199,10 @@ public Builder setContextSize(int value) { * *
      * Number of messages prior to and including
-     * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesResponse.latest_message]
-     * to compile the suggestion. It may be smaller than the
-     * [SuggestArticlesRequest.context_size][google.cloud.dialogflow.v2.SuggestArticlesRequest.context_size]
-     * field in the request if there aren't that many messages in the
-     * conversation.
+     * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesResponse.latest_message] to compile the
+     * suggestion. It may be smaller than the
+     * [SuggestArticlesRequest.context_size][google.cloud.dialogflow.v2.SuggestArticlesRequest.context_size] field in the request if there
+     * aren't that many messages in the conversation.
      * 
* * int32 context_size = 3; diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestArticlesResponseOrBuilder.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestArticlesResponseOrBuilder.java index 4c87d2897..7e75f0e72 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestArticlesResponseOrBuilder.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestArticlesResponseOrBuilder.java @@ -111,11 +111,10 @@ public interface SuggestArticlesResponseOrBuilder * *
    * Number of messages prior to and including
-   * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesResponse.latest_message]
-   * to compile the suggestion. It may be smaller than the
-   * [SuggestArticlesRequest.context_size][google.cloud.dialogflow.v2.SuggestArticlesRequest.context_size]
-   * field in the request if there aren't that many messages in the
-   * conversation.
+   * [latest_message][google.cloud.dialogflow.v2.SuggestArticlesResponse.latest_message] to compile the
+   * suggestion. It may be smaller than the
+   * [SuggestArticlesRequest.context_size][google.cloud.dialogflow.v2.SuggestArticlesRequest.context_size] field in the request if there
+   * aren't that many messages in the conversation.
    * 
* * int32 context_size = 3; diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestFaqAnswersRequest.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestFaqAnswersRequest.java index 020472089..fc5c99718 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestFaqAnswersRequest.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestFaqAnswersRequest.java @@ -22,8 +22,7 @@ * * *
- * The request message for
- * [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2.Participants.SuggestFaqAnswers].
+ * The request message for [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2.Participants.SuggestFaqAnswers].
  * 
* * Protobuf type {@code google.cloud.dialogflow.v2.SuggestFaqAnswersRequest} @@ -519,8 +518,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request message for
-   * [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2.Participants.SuggestFaqAnswers].
+   * The request message for [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2.Participants.SuggestFaqAnswers].
    * 
* * Protobuf type {@code google.cloud.dialogflow.v2.SuggestFaqAnswersRequest} diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestFaqAnswersResponse.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestFaqAnswersResponse.java index 3195ce8cc..6ace67285 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestFaqAnswersResponse.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestFaqAnswersResponse.java @@ -22,8 +22,7 @@ * * *
- * The request message for
- * [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2.Participants.SuggestFaqAnswers].
+ * The request message for [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2.Participants.SuggestFaqAnswers].
  * 
* * Protobuf type {@code google.cloud.dialogflow.v2.SuggestFaqAnswersResponse} @@ -264,11 +263,10 @@ public com.google.protobuf.ByteString getLatestMessageBytes() { * *
    * Number of messages prior to and including
-   * [latest_message][google.cloud.dialogflow.v2.SuggestFaqAnswersResponse.latest_message]
-   * to compile the suggestion. It may be smaller than the
-   * [SuggestFaqAnswersRequest.context_size][google.cloud.dialogflow.v2.SuggestFaqAnswersRequest.context_size]
-   * field in the request if there aren't that many messages in the
-   * conversation.
+   * [latest_message][google.cloud.dialogflow.v2.SuggestFaqAnswersResponse.latest_message] to compile the
+   * suggestion. It may be smaller than the
+   * [SuggestFaqAnswersRequest.context_size][google.cloud.dialogflow.v2.SuggestFaqAnswersRequest.context_size] field in the request if there
+   * aren't that many messages in the conversation.
    * 
* * int32 context_size = 3; @@ -464,8 +462,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request message for
-   * [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2.Participants.SuggestFaqAnswers].
+   * The request message for [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2.Participants.SuggestFaqAnswers].
    * 
* * Protobuf type {@code google.cloud.dialogflow.v2.SuggestFaqAnswersResponse} @@ -1150,11 +1147,10 @@ public Builder setLatestMessageBytes(com.google.protobuf.ByteString value) { * *
      * Number of messages prior to and including
-     * [latest_message][google.cloud.dialogflow.v2.SuggestFaqAnswersResponse.latest_message]
-     * to compile the suggestion. It may be smaller than the
-     * [SuggestFaqAnswersRequest.context_size][google.cloud.dialogflow.v2.SuggestFaqAnswersRequest.context_size]
-     * field in the request if there aren't that many messages in the
-     * conversation.
+     * [latest_message][google.cloud.dialogflow.v2.SuggestFaqAnswersResponse.latest_message] to compile the
+     * suggestion. It may be smaller than the
+     * [SuggestFaqAnswersRequest.context_size][google.cloud.dialogflow.v2.SuggestFaqAnswersRequest.context_size] field in the request if there
+     * aren't that many messages in the conversation.
      * 
* * int32 context_size = 3; @@ -1170,11 +1166,10 @@ public int getContextSize() { * *
      * Number of messages prior to and including
-     * [latest_message][google.cloud.dialogflow.v2.SuggestFaqAnswersResponse.latest_message]
-     * to compile the suggestion. It may be smaller than the
-     * [SuggestFaqAnswersRequest.context_size][google.cloud.dialogflow.v2.SuggestFaqAnswersRequest.context_size]
-     * field in the request if there aren't that many messages in the
-     * conversation.
+     * [latest_message][google.cloud.dialogflow.v2.SuggestFaqAnswersResponse.latest_message] to compile the
+     * suggestion. It may be smaller than the
+     * [SuggestFaqAnswersRequest.context_size][google.cloud.dialogflow.v2.SuggestFaqAnswersRequest.context_size] field in the request if there
+     * aren't that many messages in the conversation.
      * 
* * int32 context_size = 3; @@ -1193,11 +1188,10 @@ public Builder setContextSize(int value) { * *
      * Number of messages prior to and including
-     * [latest_message][google.cloud.dialogflow.v2.SuggestFaqAnswersResponse.latest_message]
-     * to compile the suggestion. It may be smaller than the
-     * [SuggestFaqAnswersRequest.context_size][google.cloud.dialogflow.v2.SuggestFaqAnswersRequest.context_size]
-     * field in the request if there aren't that many messages in the
-     * conversation.
+     * [latest_message][google.cloud.dialogflow.v2.SuggestFaqAnswersResponse.latest_message] to compile the
+     * suggestion. It may be smaller than the
+     * [SuggestFaqAnswersRequest.context_size][google.cloud.dialogflow.v2.SuggestFaqAnswersRequest.context_size] field in the request if there
+     * aren't that many messages in the conversation.
      * 
* * int32 context_size = 3; diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestFaqAnswersResponseOrBuilder.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestFaqAnswersResponseOrBuilder.java index ac0087f7e..ffc55e1d8 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestFaqAnswersResponseOrBuilder.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestFaqAnswersResponseOrBuilder.java @@ -111,11 +111,10 @@ public interface SuggestFaqAnswersResponseOrBuilder * *
    * Number of messages prior to and including
-   * [latest_message][google.cloud.dialogflow.v2.SuggestFaqAnswersResponse.latest_message]
-   * to compile the suggestion. It may be smaller than the
-   * [SuggestFaqAnswersRequest.context_size][google.cloud.dialogflow.v2.SuggestFaqAnswersRequest.context_size]
-   * field in the request if there aren't that many messages in the
-   * conversation.
+   * [latest_message][google.cloud.dialogflow.v2.SuggestFaqAnswersResponse.latest_message] to compile the
+   * suggestion. It may be smaller than the
+   * [SuggestFaqAnswersRequest.context_size][google.cloud.dialogflow.v2.SuggestFaqAnswersRequest.context_size] field in the request if there
+   * aren't that many messages in the conversation.
    * 
* * int32 context_size = 3; diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestionResult.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestionResult.java index 60d12cb4c..cc5b54e5f 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestionResult.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/SuggestionResult.java @@ -23,12 +23,8 @@ * *
  * One response of different type of suggestion response which is used in
- * the response of
- * [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent]
- * and
- * [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent],
- * as well as
- * [HumanAgentAssistantEvent][google.cloud.dialogflow.v2.HumanAgentAssistantEvent].
+ * the response of [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent] and
+ * [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent], as well as [HumanAgentAssistantEvent][google.cloud.dialogflow.v2.HumanAgentAssistantEvent].
  * 
* * Protobuf type {@code google.cloud.dialogflow.v2.SuggestionResult} @@ -583,12 +579,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * *
    * One response of different type of suggestion response which is used in
-   * the response of
-   * [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent]
-   * and
-   * [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent],
-   * as well as
-   * [HumanAgentAssistantEvent][google.cloud.dialogflow.v2.HumanAgentAssistantEvent].
+   * the response of [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent] and
+   * [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent], as well as [HumanAgentAssistantEvent][google.cloud.dialogflow.v2.HumanAgentAssistantEvent].
    * 
* * Protobuf type {@code google.cloud.dialogflow.v2.SuggestionResult} diff --git a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/UpdateParticipantRequest.java b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/UpdateParticipantRequest.java index 3422e12eb..b6774744d 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/UpdateParticipantRequest.java +++ b/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/UpdateParticipantRequest.java @@ -22,8 +22,7 @@ * * *
- * The request message for
- * [Participants.UpdateParticipant][google.cloud.dialogflow.v2.Participants.UpdateParticipant].
+ * The request message for [Participants.UpdateParticipant][google.cloud.dialogflow.v2.Participants.UpdateParticipant].
  * 
* * Protobuf type {@code google.cloud.dialogflow.v2.UpdateParticipantRequest} @@ -420,8 +419,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request message for
-   * [Participants.UpdateParticipant][google.cloud.dialogflow.v2.Participants.UpdateParticipant].
+   * The request message for [Participants.UpdateParticipant][google.cloud.dialogflow.v2.Participants.UpdateParticipant].
    * 
* * Protobuf type {@code google.cloud.dialogflow.v2.UpdateParticipantRequest} diff --git a/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/audio_config.proto b/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/audio_config.proto index 232b222a4..129314160 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/audio_config.proto +++ b/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/audio_config.proto @@ -340,11 +340,14 @@ message OutputAudioConfig { // Configures speech transcription for [ConversationProfile][google.cloud.dialogflow.v2.ConversationProfile]. message SpeechToTextConfig { - // Optional. The speech model used in speech to text. + // The speech model used in speech to text. // `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as // `USE_ENHANCED`. It can be overridden in [AnalyzeContentRequest][google.cloud.dialogflow.v2.AnalyzeContentRequest] and // [StreamingAnalyzeContentRequest][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest] request. - SpeechModelVariant speech_model_variant = 1 [(google.api.field_behavior) = OPTIONAL]; + // If enhanced model variant is specified and an enhanced + // version of the specified model for the language does not exist, then it + // would emit an error. + SpeechModelVariant speech_model_variant = 1; } // Audio encoding of the output audio format in Text-To-Speech. diff --git a/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/conversation_profile.proto b/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/conversation_profile.proto index 8eab78fb5..cb2fa549b 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/conversation_profile.proto +++ b/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/conversation_profile.proto @@ -23,6 +23,7 @@ import "google/api/resource.proto"; import "google/cloud/dialogflow/v2/audio_config.proto"; import "google/cloud/dialogflow/v2/participant.proto"; import "google/longrunning/operations.proto"; +import "google/protobuf/duration.proto"; import "google/protobuf/empty.proto"; import "google/protobuf/field_mask.proto"; import "google/protobuf/timestamp.proto"; diff --git a/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/participant.proto b/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/participant.proto index 390eff7ba..cc67584f9 100644 --- a/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/participant.proto +++ b/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/participant.proto @@ -69,8 +69,7 @@ service Participants { } // Returns the list of all participants in the specified conversation. - rpc ListParticipants(ListParticipantsRequest) - returns (ListParticipantsResponse) { + rpc ListParticipants(ListParticipantsRequest) returns (ListParticipantsResponse) { option (google.api.http) = { get: "/v2/{parent=projects/*/conversations/*}/participants" additional_bindings { @@ -114,8 +113,7 @@ service Participants { // Gets suggested articles for a participant based on specific historical // messages. - rpc SuggestArticles(SuggestArticlesRequest) - returns (SuggestArticlesResponse) { + rpc SuggestArticles(SuggestArticlesRequest) returns (SuggestArticlesResponse) { option (google.api.http) = { post: "/v2/{parent=projects/*/conversations/*/participants/*}/suggestions:suggestArticles" body: "*" @@ -129,8 +127,7 @@ service Participants { // Gets suggested faq answers for a participant based on specific historical // messages. - rpc SuggestFaqAnswers(SuggestFaqAnswersRequest) - returns (SuggestFaqAnswersResponse) { + rpc SuggestFaqAnswers(SuggestFaqAnswersRequest) returns (SuggestFaqAnswersResponse) { option (google.api.http) = { post: "/v2/{parent=projects/*/conversations/*/participants/*}/suggestions:suggestFaqAnswers" body: "*" @@ -172,8 +169,8 @@ message Participant { // ID>/conversations//participants/`. string name = 1 [(google.api.field_behavior) = OPTIONAL]; - // Immutable. The role this participant plays in the conversation. This field - // must be set during participant creation and is then immutable. + // Immutable. The role this participant plays in the conversation. This field must be set + // during participant creation and is then immutable. Role role = 2 [(google.api.field_behavior) = IMMUTABLE]; // Optional. Label applied to streams representing this participant in SIPREC @@ -181,10 +178,9 @@ message Participant { // media stream to this participant. This field can be updated. string sip_recording_media_label = 6 [(google.api.field_behavior) = OPTIONAL]; - // Optional. Key-value filters on the metadata of documents returned by - // article suggestion. If specified, article suggestion only returns suggested - // documents that match all filters in their - // [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple + // Optional. Key-value filters on the metadata of documents returned by article + // suggestion. If specified, article suggestion only returns suggested + // documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple // values for a metadata key should be concatenated by comma. For example, // filters to match all documents that have 'US' or 'CA' in their market // metadata values and 'agent' in their user metadata values will be @@ -198,8 +194,7 @@ message Participant { // value: "agent" // } // ``` - map documents_metadata_filters = 8 - [(google.api.field_behavior) = OPTIONAL]; + map documents_metadata_filters = 8 [(google.api.field_behavior) = OPTIONAL]; } // Represents a message posted into a conversation. @@ -227,20 +222,16 @@ message Message { string participant = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. The role of the participant. - Participant.Role participant_role = 5 - [(google.api.field_behavior) = OUTPUT_ONLY]; + Participant.Role participant_role = 5 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. The time when the message was created. - google.protobuf.Timestamp create_time = 6 - [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp create_time = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. The annotation for the message. - MessageAnnotation message_annotation = 7 - [(google.api.field_behavior) = OUTPUT_ONLY]; + MessageAnnotation message_annotation = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; } -// The request message for -// [Participants.CreateParticipant][google.cloud.dialogflow.v2.Participants.CreateParticipant]. +// The request message for [Participants.CreateParticipant][google.cloud.dialogflow.v2.Participants.CreateParticipant]. message CreateParticipantRequest { // Required. Resource identifier of the conversation adding the participant. // Format: `projects//locations//locations//conversations//locations//locations//locations//locations//conversations//messages/`. string latest_message = 2 [(google.api.resource_reference) = { - type: "dialogflow.googleapis.com/Message" - }]; + type: "dialogflow.googleapis.com/Message" + }]; // Max number of messages prior to and including - // [latest_message][google.cloud.dialogflow.v2.SuggestArticlesRequest.latest_message] - // to use as context when compiling the suggestion. By default 20 and at - // most 50. + // [latest_message][google.cloud.dialogflow.v2.SuggestArticlesRequest.latest_message] to use as context + // when compiling the suggestion. By default 20 and at most 50. int32 context_size = 3; // Parameters for a human assist query. AssistQueryParameters assist_query_params = 4; } -// The response message for -// [Participants.SuggestArticles][google.cloud.dialogflow.v2.Participants.SuggestArticles]. +// The response message for [Participants.SuggestArticles][google.cloud.dialogflow.v2.Participants.SuggestArticles]. message SuggestArticlesResponse { // Articles ordered by score in descending order. repeated ArticleAnswer article_answers = 1; @@ -455,16 +432,14 @@ message SuggestArticlesResponse { string latest_message = 2; // Number of messages prior to and including - // [latest_message][google.cloud.dialogflow.v2.SuggestArticlesResponse.latest_message] - // to compile the suggestion. It may be smaller than the - // [SuggestArticlesRequest.context_size][google.cloud.dialogflow.v2.SuggestArticlesRequest.context_size] - // field in the request if there aren't that many messages in the - // conversation. + // [latest_message][google.cloud.dialogflow.v2.SuggestArticlesResponse.latest_message] to compile the + // suggestion. It may be smaller than the + // [SuggestArticlesRequest.context_size][google.cloud.dialogflow.v2.SuggestArticlesRequest.context_size] field in the request if there + // aren't that many messages in the conversation. int32 context_size = 3; } -// The request message for -// [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2.Participants.SuggestFaqAnswers]. +// The request message for [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2.Participants.SuggestFaqAnswers]. message SuggestFaqAnswersRequest { // Required. The name of the participant to fetch suggestion for. // Format: `projects//locations//locations//conversations//messages/`. string latest_message = 2 [(google.api.resource_reference) = { - type: "dialogflow.googleapis.com/Message" - }]; + type: "dialogflow.googleapis.com/Message" + }]; // Max number of messages prior to and including // [latest_message] to use as context when compiling the @@ -494,8 +469,7 @@ message SuggestFaqAnswersRequest { AssistQueryParameters assist_query_params = 4; } -// The request message for -// [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2.Participants.SuggestFaqAnswers]. +// The request message for [Participants.SuggestFaqAnswers][google.cloud.dialogflow.v2.Participants.SuggestFaqAnswers]. message SuggestFaqAnswersResponse { // Answers extracted from FAQ documents. repeated FaqAnswer faq_answers = 1; @@ -508,11 +482,10 @@ message SuggestFaqAnswersResponse { string latest_message = 2; // Number of messages prior to and including - // [latest_message][google.cloud.dialogflow.v2.SuggestFaqAnswersResponse.latest_message] - // to compile the suggestion. It may be smaller than the - // [SuggestFaqAnswersRequest.context_size][google.cloud.dialogflow.v2.SuggestFaqAnswersRequest.context_size] - // field in the request if there aren't that many messages in the - // conversation. + // [latest_message][google.cloud.dialogflow.v2.SuggestFaqAnswersResponse.latest_message] to compile the + // suggestion. It may be smaller than the + // [SuggestFaqAnswersRequest.context_size][google.cloud.dialogflow.v2.SuggestFaqAnswersRequest.context_size] field in the request if there + // aren't that many messages in the conversation. int32 context_size = 3; } @@ -542,9 +515,7 @@ message AutomatedAgentReply { FINAL = 2; } - // Response of the Dialogflow - // [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] - // call. + // Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call. DetectIntentResponse detect_intent_response = 1; // AutomatedAgentReply type. @@ -613,12 +584,8 @@ message FaqAnswer { } // One response of different type of suggestion response which is used in -// the response of -// [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent] -// and -// [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent], -// as well as -// [HumanAgentAssistantEvent][google.cloud.dialogflow.v2.HumanAgentAssistantEvent]. +// the response of [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent] and +// [Participants.AnalyzeContent][google.cloud.dialogflow.v2.Participants.AnalyzeContent], as well as [HumanAgentAssistantEvent][google.cloud.dialogflow.v2.HumanAgentAssistantEvent]. message SuggestionResult { // Different type of suggestion response. oneof suggestion_response { @@ -674,11 +641,11 @@ message MessageAnnotation { message AssistQueryParameters { // Key-value filters on the metadata of documents returned by article // suggestion. If specified, article suggestion only returns suggested - // documents that match all filters in their - // [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple + // documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple // values for a metadata key should be concatenated by comma. For example, // filters to match all documents that have 'US' or 'CA' in their market // metadata values and 'agent' in their user metadata values will be + // ``` // documents_metadata_filters { // key: "market" // value: "US,CA" @@ -687,5 +654,6 @@ message AssistQueryParameters { // key: "user" // value: "agent" // } + // ``` map documents_metadata_filters = 1; }