Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit feac480

Browse files
feat: removed OPTIONAL for speech model variant feat: supported the knowledge base in knowledge operation metadata docs: added more docs for speech model variant and improved docs format for participant (#799)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 416079874 Source-Link: googleapis/googleapis@18c59ec Source-Link: https://github.com/googleapis/googleapis-gen/commit/20123bec36a248ac0e352b11854b85fa6c42d57d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjAxMjNiZWMzNmEyNDhhYzBlMzUyYjExODU0Yjg1ZmE2YzQyZDU3ZCJ9
1 parent 8e9684e commit feac480

File tree

42 files changed

+1460
-1530
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1460
-1530
lines changed

grpc-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ParticipantsGrpc.java

Lines changed: 45 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
*
2222
*
2323
* <pre>
24-
* Service for managing
25-
* [Participants][google.cloud.dialogflow.v2beta1.Participant].
24+
* Service for managing [Participants][google.cloud.dialogflow.v2beta1.Participant].
2625
* </pre>
2726
*/
2827
@javax.annotation.Generated(
@@ -550,8 +549,7 @@ public ParticipantsFutureStub newStub(
550549
*
551550
*
552551
* <pre>
553-
* Service for managing
554-
* [Participants][google.cloud.dialogflow.v2beta1.Participant].
552+
* Service for managing [Participants][google.cloud.dialogflow.v2beta1.Participant].
555553
* </pre>
556554
*/
557555
public abstract static class ParticipantsImplBase implements io.grpc.BindableService {
@@ -641,12 +639,9 @@ public void analyzeContent(
641639
* <pre>
642640
* Gets suggested articles for a participant based on specific historical
643641
* messages.
644-
* Note that
645-
* [ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions]
646-
* will only list the auto-generated suggestions, while
647-
* [CompileSuggestion][google.cloud.dialogflow.v2beta1.Participants.CompileSuggestion]
648-
* will try to compile suggestion based on the provided conversation context
649-
* in the real time.
642+
* Note that [ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions] will only list the auto-generated
643+
* suggestions, while [CompileSuggestion][google.cloud.dialogflow.v2beta1.Participants.CompileSuggestion] will try to compile suggestion
644+
* based on the provided conversation context in the real time.
650645
* </pre>
651646
*/
652647
public void suggestArticles(
@@ -695,9 +690,9 @@ public void suggestSmartReplies(
695690
* <pre>
696691
* Deprecated: Use inline suggestion, event based suggestion or
697692
* Suggestion* API instead.
698-
* See
699-
* [HumanAgentAssistantConfig.name][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.name]
700-
* for more details. Removal Date: 2020-09-01.
693+
* See [HumanAgentAssistantConfig.name][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.name] for more
694+
* details.
695+
* Removal Date: 2020-09-01.
701696
* Retrieves suggestions for live agents.
702697
* This method should be used by human agent client software to fetch auto
703698
* generated suggestions in real-time, while the conversation with an end user
@@ -726,19 +721,12 @@ public void listSuggestions(
726721
*
727722
*
728723
* <pre>
729-
* Deprecated. use
730-
* [SuggestArticles][google.cloud.dialogflow.v2beta1.Participants.SuggestArticles]
731-
* and
732-
* [SuggestFaqAnswers][google.cloud.dialogflow.v2beta1.Participants.SuggestFaqAnswers]
733-
* instead.
724+
* Deprecated. use [SuggestArticles][google.cloud.dialogflow.v2beta1.Participants.SuggestArticles] and [SuggestFaqAnswers][google.cloud.dialogflow.v2beta1.Participants.SuggestFaqAnswers] instead.
734725
* Gets suggestions for a participant based on specific historical
735726
* messages.
736-
* Note that
737-
* [ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions]
738-
* will only list the auto-generated suggestions, while
739-
* [CompileSuggestion][google.cloud.dialogflow.v2beta1.Participants.CompileSuggestion]
740-
* will try to compile suggestion based on the provided conversation context
741-
* in the real time.
727+
* Note that [ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions] will only list the auto-generated
728+
* suggestions, while [CompileSuggestion][google.cloud.dialogflow.v2beta1.Participants.CompileSuggestion] will try to compile suggestion
729+
* based on the provided conversation context in the real time.
742730
* </pre>
743731
*/
744732
@java.lang.Deprecated
@@ -831,8 +819,7 @@ public final io.grpc.ServerServiceDefinition bindService() {
831819
*
832820
*
833821
* <pre>
834-
* Service for managing
835-
* [Participants][google.cloud.dialogflow.v2beta1.Participant].
822+
* Service for managing [Participants][google.cloud.dialogflow.v2beta1.Participant].
836823
* </pre>
837824
*/
838825
public static final class ParticipantsStub
@@ -941,12 +928,9 @@ public void analyzeContent(
941928
* <pre>
942929
* Gets suggested articles for a participant based on specific historical
943930
* messages.
944-
* Note that
945-
* [ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions]
946-
* will only list the auto-generated suggestions, while
947-
* [CompileSuggestion][google.cloud.dialogflow.v2beta1.Participants.CompileSuggestion]
948-
* will try to compile suggestion based on the provided conversation context
949-
* in the real time.
931+
* Note that [ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions] will only list the auto-generated
932+
* suggestions, while [CompileSuggestion][google.cloud.dialogflow.v2beta1.Participants.CompileSuggestion] will try to compile suggestion
933+
* based on the provided conversation context in the real time.
950934
* </pre>
951935
*/
952936
public void suggestArticles(
@@ -1001,9 +985,9 @@ public void suggestSmartReplies(
1001985
* <pre>
1002986
* Deprecated: Use inline suggestion, event based suggestion or
1003987
* Suggestion* API instead.
1004-
* See
1005-
* [HumanAgentAssistantConfig.name][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.name]
1006-
* for more details. Removal Date: 2020-09-01.
988+
* See [HumanAgentAssistantConfig.name][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.name] for more
989+
* details.
990+
* Removal Date: 2020-09-01.
1007991
* Retrieves suggestions for live agents.
1008992
* This method should be used by human agent client software to fetch auto
1009993
* generated suggestions in real-time, while the conversation with an end user
@@ -1034,19 +1018,12 @@ public void listSuggestions(
10341018
*
10351019
*
10361020
* <pre>
1037-
* Deprecated. use
1038-
* [SuggestArticles][google.cloud.dialogflow.v2beta1.Participants.SuggestArticles]
1039-
* and
1040-
* [SuggestFaqAnswers][google.cloud.dialogflow.v2beta1.Participants.SuggestFaqAnswers]
1041-
* instead.
1021+
* Deprecated. use [SuggestArticles][google.cloud.dialogflow.v2beta1.Participants.SuggestArticles] and [SuggestFaqAnswers][google.cloud.dialogflow.v2beta1.Participants.SuggestFaqAnswers] instead.
10421022
* Gets suggestions for a participant based on specific historical
10431023
* messages.
1044-
* Note that
1045-
* [ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions]
1046-
* will only list the auto-generated suggestions, while
1047-
* [CompileSuggestion][google.cloud.dialogflow.v2beta1.Participants.CompileSuggestion]
1048-
* will try to compile suggestion based on the provided conversation context
1049-
* in the real time.
1024+
* Note that [ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions] will only list the auto-generated
1025+
* suggestions, while [CompileSuggestion][google.cloud.dialogflow.v2beta1.Participants.CompileSuggestion] will try to compile suggestion
1026+
* based on the provided conversation context in the real time.
10501027
* </pre>
10511028
*/
10521029
@java.lang.Deprecated
@@ -1065,8 +1042,7 @@ public void compileSuggestion(
10651042
*
10661043
*
10671044
* <pre>
1068-
* Service for managing
1069-
* [Participants][google.cloud.dialogflow.v2beta1.Participant].
1045+
* Service for managing [Participants][google.cloud.dialogflow.v2beta1.Participant].
10701046
* </pre>
10711047
*/
10721048
public static final class ParticipantsBlockingStub
@@ -1156,12 +1132,9 @@ public com.google.cloud.dialogflow.v2beta1.AnalyzeContentResponse analyzeContent
11561132
* <pre>
11571133
* Gets suggested articles for a participant based on specific historical
11581134
* messages.
1159-
* Note that
1160-
* [ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions]
1161-
* will only list the auto-generated suggestions, while
1162-
* [CompileSuggestion][google.cloud.dialogflow.v2beta1.Participants.CompileSuggestion]
1163-
* will try to compile suggestion based on the provided conversation context
1164-
* in the real time.
1135+
* Note that [ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions] will only list the auto-generated
1136+
* suggestions, while [CompileSuggestion][google.cloud.dialogflow.v2beta1.Participants.CompileSuggestion] will try to compile suggestion
1137+
* based on the provided conversation context in the real time.
11651138
* </pre>
11661139
*/
11671140
public com.google.cloud.dialogflow.v2beta1.SuggestArticlesResponse suggestArticles(
@@ -1204,9 +1177,9 @@ public com.google.cloud.dialogflow.v2beta1.SuggestSmartRepliesResponse suggestSm
12041177
* <pre>
12051178
* Deprecated: Use inline suggestion, event based suggestion or
12061179
* Suggestion* API instead.
1207-
* See
1208-
* [HumanAgentAssistantConfig.name][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.name]
1209-
* for more details. Removal Date: 2020-09-01.
1180+
* See [HumanAgentAssistantConfig.name][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.name] for more
1181+
* details.
1182+
* Removal Date: 2020-09-01.
12101183
* Retrieves suggestions for live agents.
12111184
* This method should be used by human agent client software to fetch auto
12121185
* generated suggestions in real-time, while the conversation with an end user
@@ -1233,19 +1206,12 @@ public com.google.cloud.dialogflow.v2beta1.ListSuggestionsResponse listSuggestio
12331206
*
12341207
*
12351208
* <pre>
1236-
* Deprecated. use
1237-
* [SuggestArticles][google.cloud.dialogflow.v2beta1.Participants.SuggestArticles]
1238-
* and
1239-
* [SuggestFaqAnswers][google.cloud.dialogflow.v2beta1.Participants.SuggestFaqAnswers]
1240-
* instead.
1209+
* Deprecated. use [SuggestArticles][google.cloud.dialogflow.v2beta1.Participants.SuggestArticles] and [SuggestFaqAnswers][google.cloud.dialogflow.v2beta1.Participants.SuggestFaqAnswers] instead.
12411210
* Gets suggestions for a participant based on specific historical
12421211
* messages.
1243-
* Note that
1244-
* [ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions]
1245-
* will only list the auto-generated suggestions, while
1246-
* [CompileSuggestion][google.cloud.dialogflow.v2beta1.Participants.CompileSuggestion]
1247-
* will try to compile suggestion based on the provided conversation context
1248-
* in the real time.
1212+
* Note that [ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions] will only list the auto-generated
1213+
* suggestions, while [CompileSuggestion][google.cloud.dialogflow.v2beta1.Participants.CompileSuggestion] will try to compile suggestion
1214+
* based on the provided conversation context in the real time.
12491215
* </pre>
12501216
*/
12511217
@java.lang.Deprecated
@@ -1260,8 +1226,7 @@ public com.google.cloud.dialogflow.v2beta1.CompileSuggestionResponse compileSugg
12601226
*
12611227
*
12621228
* <pre>
1263-
* Service for managing
1264-
* [Participants][google.cloud.dialogflow.v2beta1.Participant].
1229+
* Service for managing [Participants][google.cloud.dialogflow.v2beta1.Participant].
12651230
* </pre>
12661231
*/
12671232
public static final class ParticipantsFutureStub
@@ -1356,12 +1321,9 @@ protected ParticipantsFutureStub build(
13561321
* <pre>
13571322
* Gets suggested articles for a participant based on specific historical
13581323
* messages.
1359-
* Note that
1360-
* [ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions]
1361-
* will only list the auto-generated suggestions, while
1362-
* [CompileSuggestion][google.cloud.dialogflow.v2beta1.Participants.CompileSuggestion]
1363-
* will try to compile suggestion based on the provided conversation context
1364-
* in the real time.
1324+
* Note that [ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions] will only list the auto-generated
1325+
* suggestions, while [CompileSuggestion][google.cloud.dialogflow.v2beta1.Participants.CompileSuggestion] will try to compile suggestion
1326+
* based on the provided conversation context in the real time.
13651327
* </pre>
13661328
*/
13671329
public com.google.common.util.concurrent.ListenableFuture<
@@ -1408,9 +1370,9 @@ protected ParticipantsFutureStub build(
14081370
* <pre>
14091371
* Deprecated: Use inline suggestion, event based suggestion or
14101372
* Suggestion* API instead.
1411-
* See
1412-
* [HumanAgentAssistantConfig.name][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.name]
1413-
* for more details. Removal Date: 2020-09-01.
1373+
* See [HumanAgentAssistantConfig.name][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.name] for more
1374+
* details.
1375+
* Removal Date: 2020-09-01.
14141376
* Retrieves suggestions for live agents.
14151377
* This method should be used by human agent client software to fetch auto
14161378
* generated suggestions in real-time, while the conversation with an end user
@@ -1438,19 +1400,12 @@ protected ParticipantsFutureStub build(
14381400
*
14391401
*
14401402
* <pre>
1441-
* Deprecated. use
1442-
* [SuggestArticles][google.cloud.dialogflow.v2beta1.Participants.SuggestArticles]
1443-
* and
1444-
* [SuggestFaqAnswers][google.cloud.dialogflow.v2beta1.Participants.SuggestFaqAnswers]
1445-
* instead.
1403+
* Deprecated. use [SuggestArticles][google.cloud.dialogflow.v2beta1.Participants.SuggestArticles] and [SuggestFaqAnswers][google.cloud.dialogflow.v2beta1.Participants.SuggestFaqAnswers] instead.
14461404
* Gets suggestions for a participant based on specific historical
14471405
* messages.
1448-
* Note that
1449-
* [ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions]
1450-
* will only list the auto-generated suggestions, while
1451-
* [CompileSuggestion][google.cloud.dialogflow.v2beta1.Participants.CompileSuggestion]
1452-
* will try to compile suggestion based on the provided conversation context
1453-
* in the real time.
1406+
* Note that [ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions] will only list the auto-generated
1407+
* suggestions, while [CompileSuggestion][google.cloud.dialogflow.v2beta1.Participants.CompileSuggestion] will try to compile suggestion
1408+
* based on the provided conversation context in the real time.
14541409
* </pre>
14551410
*/
14561411
@java.lang.Deprecated

proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AnalyzeContentRequest.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
*
2323
*
2424
* <pre>
25-
* The request message for
26-
* [Participants.AnalyzeContent][google.cloud.dialogflow.v2beta1.Participants.AnalyzeContent].
25+
* The request message for [Participants.AnalyzeContent][google.cloud.dialogflow.v2beta1.Participants.AnalyzeContent].
2726
* </pre>
2827
*
2928
* Protobuf type {@code google.cloud.dialogflow.v2beta1.AnalyzeContentRequest}
@@ -984,8 +983,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
984983
*
985984
*
986985
* <pre>
987-
* The request message for
988-
* [Participants.AnalyzeContent][google.cloud.dialogflow.v2beta1.Participants.AnalyzeContent].
986+
* The request message for [Participants.AnalyzeContent][google.cloud.dialogflow.v2beta1.Participants.AnalyzeContent].
989987
* </pre>
990988
*
991989
* Protobuf type {@code google.cloud.dialogflow.v2beta1.AnalyzeContentRequest}

0 commit comments

Comments
 (0)