Skip to content

Commit a9bffaa

Browse files
fix: [contactcenterinsights] Add service_yaml_parameters to java_gapic_library targets (#9176)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 515423972 Source-Link: https://github.com/googleapis/googleapis/commit/b5b457107dc6a34527f9304e44363611313674d0 Source-Link: https://github.com/googleapis/googleapis-gen/commit/806347af5bd3f5d1e9c6d85ccf489d5dbc5ef667 Copy-Tag: eyJwIjoiamF2YS1jb250YWN0LWNlbnRlci1pbnNpZ2h0cy8uT3dsQm90LnlhbWwiLCJoIjoiODA2MzQ3YWY1YmQzZjVkMWU5YzZkODVjY2Y0ODlkNWRiYzVlZjY2NyJ9 BEGIN_NESTED_COMMIT feat: [contactcenterinsights] add a way to specify the conversation automatic analysis percentage for the UploadConversation API when creating Analyses in Insights PiperOrigin-RevId: 513416013 Source-Link: https://github.com/googleapis/googleapis/commit/dacdbc86a108e19ce9363bf66b10385741936d92 Source-Link: https://github.com/googleapis/googleapis-gen/commit/7e3cf93300045e9a5cbfb19002d1cd4cb93b06d0 Copy-Tag: eyJwIjoiamF2YS1jb250YWN0LWNlbnRlci1pbnNpZ2h0cy8uT3dsQm90LnlhbWwiLCJoIjoiN2UzY2Y5MzMwMDA0NWU5YTVjYmZiMTkwMDJkMWNkNGNiOTNiMDZkMCJ9 END_NESTED_COMMIT
1 parent fb87690 commit a9bffaa

File tree

7 files changed

+247
-122
lines changed

7 files changed

+247
-122
lines changed

java-contact-center-insights/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Java idiomatic client for [CCAI Insights][product-docs].
1414

1515
If you are using Maven, add this to your pom.xml file:
1616

17-
<!--- {x-version-update-start:google-cloud-contact-center-insights:released} -->
1817

1918
```xml
2019
<dependency>
@@ -35,7 +34,6 @@ If you are using SBT, add this to your dependencies:
3534
```Scala
3635
libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.12.0"
3736
```
38-
<!--- {x-version-update-end} -->
3937

4038
## Authentication
4139

java-contact-center-insights/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/package-info.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
*/
1616

1717
/**
18-
* The interfaces provided are listed below, along with usage samples.
18+
* A client to Contact Center AI Insights API
19+
*
20+
* <p>The interfaces provided are listed below, along with usage samples.
1921
*
2022
* <p>======================= ContactCenterInsightsClient =======================
2123
*

java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ConversationParticipant.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ public com.google.protobuf.ByteString getUserIdBytes() {
479479
*
480480
* @deprecated
481481
* google.cloud.contactcenterinsights.v1.ConversationParticipant.dialogflow_participant is
482-
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1125
482+
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1129
483483
* @return The dialogflowParticipant.
484484
*/
485485
@java.lang.Override
@@ -508,7 +508,7 @@ public java.lang.String getDialogflowParticipant() {
508508
*
509509
* @deprecated
510510
* google.cloud.contactcenterinsights.v1.ConversationParticipant.dialogflow_participant is
511-
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1125
511+
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1129
512512
* @return The bytes for dialogflowParticipant.
513513
*/
514514
@java.lang.Override
@@ -1400,7 +1400,7 @@ public Builder setUserIdBytes(com.google.protobuf.ByteString value) {
14001400
*
14011401
* @deprecated
14021402
* google.cloud.contactcenterinsights.v1.ConversationParticipant.dialogflow_participant is
1403-
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1125
1403+
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1129
14041404
* @return The dialogflowParticipant.
14051405
*/
14061406
@java.lang.Deprecated
@@ -1428,7 +1428,7 @@ public java.lang.String getDialogflowParticipant() {
14281428
*
14291429
* @deprecated
14301430
* google.cloud.contactcenterinsights.v1.ConversationParticipant.dialogflow_participant is
1431-
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1125
1431+
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1129
14321432
* @return The bytes for dialogflowParticipant.
14331433
*/
14341434
@java.lang.Deprecated
@@ -1456,7 +1456,7 @@ public com.google.protobuf.ByteString getDialogflowParticipantBytes() {
14561456
*
14571457
* @deprecated
14581458
* google.cloud.contactcenterinsights.v1.ConversationParticipant.dialogflow_participant is
1459-
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1125
1459+
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1129
14601460
* @param value The dialogflowParticipant to set.
14611461
* @return This builder for chaining.
14621462
*/
@@ -1483,7 +1483,7 @@ public Builder setDialogflowParticipant(java.lang.String value) {
14831483
*
14841484
* @deprecated
14851485
* google.cloud.contactcenterinsights.v1.ConversationParticipant.dialogflow_participant is
1486-
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1125
1486+
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1129
14871487
* @return This builder for chaining.
14881488
*/
14891489
@java.lang.Deprecated
@@ -1506,7 +1506,7 @@ public Builder clearDialogflowParticipant() {
15061506
*
15071507
* @deprecated
15081508
* google.cloud.contactcenterinsights.v1.ConversationParticipant.dialogflow_participant is
1509-
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1125
1509+
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1129
15101510
* @param value The bytes for dialogflowParticipant to set.
15111511
* @return This builder for chaining.
15121512
*/

java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ConversationParticipantOrBuilder.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public interface ConversationParticipantOrBuilder
113113
*
114114
* @deprecated
115115
* google.cloud.contactcenterinsights.v1.ConversationParticipant.dialogflow_participant is
116-
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1125
116+
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1129
117117
* @return The dialogflowParticipant.
118118
*/
119119
@java.lang.Deprecated
@@ -131,7 +131,7 @@ public interface ConversationParticipantOrBuilder
131131
*
132132
* @deprecated
133133
* google.cloud.contactcenterinsights.v1.ConversationParticipant.dialogflow_participant is
134-
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1125
134+
* deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=1129
135135
* @return The bytes for dialogflowParticipant.
136136
*/
137137
@java.lang.Deprecated

0 commit comments

Comments
 (0)