Skip to content

Commit

Permalink
feat: [contactcenterinsights] Add the resource definition of a STT re…
Browse files Browse the repository at this point in the history
…cognizer (#9492)

* feat: Add the resource definition of a STT recognizer

PiperOrigin-RevId: 537079193

Source-Link: googleapis/googleapis@b933446

Source-Link: googleapis/googleapis-gen@086270d
Copy-Tag: eyJwIjoiamF2YS1jb250YWN0LWNlbnRlci1pbnNpZ2h0cy8uT3dsQm90LnlhbWwiLCJoIjoiMDg2MjcwZDFiZTUwNWQyMGFiYTdiYjI4M2EwNGJmMTAwODlkYmQzOCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jun 6, 2023
1 parent ba2c590 commit f2baa92
Show file tree
Hide file tree
Showing 122 changed files with 1,010 additions and 1,468 deletions.
4 changes: 2 additions & 2 deletions java-contact-center-insights/README.md
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.13.0</version>
<version>26.16.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-contact-center-insights.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-contact-center-insights/2.16.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-contact-center-insights/2.18.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Expand Up @@ -47,11 +47,6 @@ protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new Analysis();
}

@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.contactcenterinsights.v1.ResourcesProto
.internal_static_google_cloud_contactcenterinsights_v1_Analysis_descriptor;
Expand Down
Expand Up @@ -45,11 +45,6 @@ protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new AnalysisResult();
}

@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.contactcenterinsights.v1.ResourcesProto
.internal_static_google_cloud_contactcenterinsights_v1_AnalysisResult_descriptor;
Expand Down Expand Up @@ -443,11 +438,6 @@ protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new CallAnalysisMetadata();
}

@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.contactcenterinsights.v1.ResourcesProto
.internal_static_google_cloud_contactcenterinsights_v1_AnalysisResult_CallAnalysisMetadata_descriptor;
Expand Down Expand Up @@ -3345,6 +3335,8 @@ public com.google.protobuf.Parser<CallAnalysisMetadata> getParserForType() {
}

private int metadataCase_ = 0;

@SuppressWarnings("serial")
private java.lang.Object metadata_;

public enum MetadataCase
Expand Down
Expand Up @@ -101,5 +101,5 @@ public interface AnalysisResultOrBuilder
*/
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();

public com.google.cloud.contactcenterinsights.v1.AnalysisResult.MetadataCase getMetadataCase();
com.google.cloud.contactcenterinsights.v1.AnalysisResult.MetadataCase getMetadataCase();
}
Expand Up @@ -45,11 +45,6 @@ protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new AnnotationBoundary();
}

@java.lang.Override
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
return this.unknownFields;
}

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.contactcenterinsights.v1.ResourcesProto
.internal_static_google_cloud_contactcenterinsights_v1_AnnotationBoundary_descriptor;
Expand All @@ -66,6 +61,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
}

private int detailedBoundaryCase_ = 0;

@SuppressWarnings("serial")
private java.lang.Object detailedBoundary_;

public enum DetailedBoundaryCase
Expand Down
Expand Up @@ -64,6 +64,6 @@ public interface AnnotationBoundaryOrBuilder
*/
int getTranscriptIndex();

public com.google.cloud.contactcenterinsights.v1.AnnotationBoundary.DetailedBoundaryCase
com.google.cloud.contactcenterinsights.v1.AnnotationBoundary.DetailedBoundaryCase
getDetailedBoundaryCase();
}

0 comments on commit f2baa92

Please sign in to comment.