From c26f79b5ac3d78a2dde25f26178cb6a5ebea5da1 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 11:52:01 -0400 Subject: [PATCH] docs: [dialogflow] Minor formatting (#9719) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Minor formatting PiperOrigin-RevId: 552790519 Source-Link: https://github.com/googleapis/googleapis/commit/a03330aeb83fc06de3734fa79bf4a31c909bf1c5 Source-Link: https://github.com/googleapis/googleapis-gen/commit/4caca49b3e073192cb4a295c1cfa1cf85266c28d Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93Ly5Pd2xCb3QueWFtbCIsImgiOiI0Y2FjYTQ5YjNlMDczMTkyY2I0YTI5NWMxY2ZhMWNmODUyNjZjMjhkIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * docs: Minor formatting PiperOrigin-RevId: 552837489 Source-Link: https://github.com/googleapis/googleapis/commit/7154a947675ffa9b846e1a899dbc90bc79598352 Source-Link: https://github.com/googleapis/googleapis-gen/commit/4538a83a0a087c3b1cc09245f0ed86875eb8832d Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93Ly5Pd2xCb3QueWFtbCIsImgiOiI0NTM4YTgzYTBhMDg3YzNiMWNjMDkyNDVmMGVkODY4NzVlYjg4MzJkIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 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 --- java-dialogflow/README.md | 4 +- .../google/cloud/dialogflow/v2/Context.java | 230 ++++++++---------- .../cloud/dialogflow/v2/ContextOrBuilder.java | 58 ++--- .../v2/CreateConversationRequest.java | 14 +- .../CreateConversationRequestOrBuilder.java | 4 +- .../dialogflow/v2/DetectIntentRequest.java | 96 ++++---- .../v2/DetectIntentRequestOrBuilder.java | 24 +- .../cloud/dialogflow/v2/EventInput.java | 216 ++++++++-------- .../dialogflow/v2/EventInputOrBuilder.java | 54 ++-- .../cloud/dialogflow/v2/GcsDestination.java | 14 +- .../v2/GcsDestinationOrBuilder.java | 4 +- .../cloud/dialogflow/v2/GcsSources.java | 26 +- .../dialogflow/v2/GcsSourcesOrBuilder.java | 8 +- .../cloud/dialogflow/v2/InputAudioConfig.java | 78 +++--- .../v2/InputAudioConfigOrBuilder.java | 24 +- .../cloud/dialogflow/v2/QueryResult.java | 216 ++++++++-------- .../dialogflow/v2/QueryResultOrBuilder.java | 54 ++-- .../v2/StreamingDetectIntentRequest.java | 104 ++++---- ...StreamingDetectIntentRequestOrBuilder.java | 26 +- .../google/cloud/dialogflow/v2/TextInput.java | 2 - .../cloud/dialogflow/v2/ValidationError.java | 208 ++++++++-------- .../v2/ValidationErrorOrBuilder.java | 64 ++--- .../cloud/dialogflow/v2/audio_config.proto | 6 +- .../google/cloud/dialogflow/v2/context.proto | 20 +- .../cloud/dialogflow/v2/conversation.proto | 2 +- .../google/cloud/dialogflow/v2/gcs.proto | 4 +- .../google/cloud/dialogflow/v2/session.proto | 53 ++-- .../dialogflow/v2/validation_result.proto | 16 +- .../v2beta1/AnalyzeContentRequest.java | 144 +++++------ .../AnalyzeContentRequestOrBuilder.java | 36 +-- .../dialogflow/v2beta1/BargeInConfig.java | 4 + .../cloud/dialogflow/v2beta1/Context.java | 230 ++++++++---------- .../dialogflow/v2beta1/ContextOrBuilder.java | 58 ++--- .../v2beta1/CreateConversationRequest.java | 14 +- .../CreateConversationRequestOrBuilder.java | 4 +- .../v2beta1/DetectIntentRequest.java | 96 ++++---- .../v2beta1/DetectIntentRequestOrBuilder.java | 24 +- .../cloud/dialogflow/v2beta1/EventInput.java | 216 ++++++++-------- .../v2beta1/EventInputOrBuilder.java | 54 ++-- .../dialogflow/v2beta1/GcsDestination.java | 14 +- .../v2beta1/GcsDestinationOrBuilder.java | 4 +- .../cloud/dialogflow/v2beta1/GcsSource.java | 14 +- .../v2beta1/GcsSourceOrBuilder.java | 4 +- .../cloud/dialogflow/v2beta1/GcsSources.java | 26 +- .../v2beta1/GcsSourcesOrBuilder.java | 8 +- .../dialogflow/v2beta1/InputAudioConfig.java | 104 ++++---- .../v2beta1/InputAudioConfigOrBuilder.java | 32 +-- .../cloud/dialogflow/v2beta1/QueryInput.java | 16 +- .../cloud/dialogflow/v2beta1/QueryResult.java | 216 ++++++++-------- .../v2beta1/QueryResultOrBuilder.java | 54 ++-- .../v2beta1/StreamingDetectIntentRequest.java | 104 ++++---- ...StreamingDetectIntentRequestOrBuilder.java | 26 +- .../dialogflow/v2beta1/SuggestionInput.java | 216 ++++++++-------- .../v2beta1/SuggestionInputOrBuilder.java | 54 ++-- .../dialogflow/v2beta1/ValidationError.java | 208 ++++++++-------- .../v2beta1/ValidationErrorOrBuilder.java | 64 ++--- .../dialogflow/v2beta1/audio_config.proto | 8 +- .../cloud/dialogflow/v2beta1/context.proto | 20 +- .../dialogflow/v2beta1/conversation.proto | 2 +- .../google/cloud/dialogflow/v2beta1/gcs.proto | 6 +- .../dialogflow/v2beta1/participant.proto | 30 ++- .../cloud/dialogflow/v2beta1/session.proto | 60 +++-- .../v2beta1/validation_result.proto | 16 +- 63 files changed, 1797 insertions(+), 2018 deletions(-) diff --git a/java-dialogflow/README.md b/java-dialogflow/README.md index 93c1f7c7cf66..038572e23826 100644 --- a/java-dialogflow/README.md +++ b/java-dialogflow/README.md @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.19.0 + 26.21.0 pom import @@ -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-dialogflow.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow/4.27.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow/4.28.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 diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/Context.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/Context.java index 026c4f3b8016..4bdb0350dce2 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/Context.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/Context.java @@ -90,7 +90,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * ID>/sessions/<Session ID>/contexts/<Context ID>`. * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -129,7 +129,7 @@ public java.lang.String getName() { * ID>/sessions/<Session ID>/contexts/<Context ID>`. * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -192,16 +192,14 @@ public int getLifespanCount() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -222,16 +220,14 @@ public boolean hasParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -252,16 +248,14 @@ public com.google.protobuf.Struct getParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -689,7 +683,7 @@ public Builder mergeFrom( * ID>/sessions/<Session ID>/contexts/<Context ID>`. * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -727,7 +721,7 @@ public java.lang.String getName() { * ID>/sessions/<Session ID>/contexts/<Context ID>`. * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -765,7 +759,7 @@ public com.google.protobuf.ByteString getNameBytes() { * ID>/sessions/<Session ID>/contexts/<Context ID>`. * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -802,7 +796,7 @@ public Builder setName(java.lang.String value) { * ID>/sessions/<Session ID>/contexts/<Context ID>`. * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -835,7 +829,7 @@ public Builder clearName() { * ID>/sessions/<Session ID>/contexts/<Context ID>`. * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -942,16 +936,14 @@ public Builder clearLifespanCount() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -972,16 +964,14 @@ public boolean hasParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1006,16 +996,14 @@ public com.google.protobuf.Struct getParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1044,16 +1032,14 @@ public Builder setParameters(com.google.protobuf.Struct value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1079,16 +1065,14 @@ public Builder setParameters(com.google.protobuf.Struct.Builder builderForValue) * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1120,16 +1104,14 @@ public Builder mergeParameters(com.google.protobuf.Struct value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1155,16 +1137,14 @@ public Builder clearParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1185,16 +1165,14 @@ public com.google.protobuf.Struct.Builder getParametersBuilder() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -1217,16 +1195,14 @@ public com.google.protobuf.StructOrBuilder getParametersOrBuilder() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ContextOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ContextOrBuilder.java index 3035fe0b2862..5ed9acf8cc3b 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ContextOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ContextOrBuilder.java @@ -33,7 +33,7 @@ public interface ContextOrBuilder * ID>/sessions/<Session ID>/contexts/<Context ID>`. * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -61,7 +61,7 @@ public interface ContextOrBuilder * ID>/sessions/<Session ID>/contexts/<Context ID>`. * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -106,16 +106,14 @@ public interface ContextOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -133,16 +131,14 @@ public interface ContextOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; @@ -160,16 +156,14 @@ public interface ContextOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/CreateConversationRequest.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/CreateConversationRequest.java index 5cd7a82e6cf3..de932ef1d306 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/CreateConversationRequest.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/CreateConversationRequest.java @@ -190,7 +190,7 @@ public com.google.cloud.dialogflow.v2.ConversationOrBuilder getConversationOrBui * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to @@ -222,7 +222,7 @@ public java.lang.String getConversationId() { * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to @@ -979,7 +979,7 @@ public com.google.cloud.dialogflow.v2.ConversationOrBuilder getConversationOrBui * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to @@ -1010,7 +1010,7 @@ public java.lang.String getConversationId() { * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to @@ -1041,7 +1041,7 @@ public com.google.protobuf.ByteString getConversationIdBytes() { * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to @@ -1071,7 +1071,7 @@ public Builder setConversationId(java.lang.String value) { * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to @@ -1097,7 +1097,7 @@ public Builder clearConversationId() { * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/CreateConversationRequestOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/CreateConversationRequestOrBuilder.java index 83c59ca8f0d7..ebdf6518986a 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/CreateConversationRequestOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/CreateConversationRequestOrBuilder.java @@ -104,7 +104,7 @@ public interface CreateConversationRequestOrBuilder * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to @@ -125,7 +125,7 @@ public interface CreateConversationRequestOrBuilder * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/DetectIntentRequest.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/DetectIntentRequest.java index 606567a80caa..8d63f9bb56b6 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/DetectIntentRequest.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/DetectIntentRequest.java @@ -208,12 +208,12 @@ public com.google.cloud.dialogflow.v2.QueryParametersOrBuilder getQueryParamsOrB *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config
-   *     which instructs the speech recognizer how to process the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -232,12 +232,12 @@ public boolean hasQueryInput() { *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config
-   *     which instructs the speech recognizer how to process the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -258,12 +258,12 @@ public com.google.cloud.dialogflow.v2.QueryInput getQueryInput() { *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config
-   *     which instructs the speech recognizer how to process the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -1315,12 +1315,12 @@ public com.google.cloud.dialogflow.v2.QueryParametersOrBuilder getQueryParamsOrB *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1338,12 +1338,12 @@ public boolean hasQueryInput() { *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1367,12 +1367,12 @@ public com.google.cloud.dialogflow.v2.QueryInput getQueryInput() { *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1398,12 +1398,12 @@ public Builder setQueryInput(com.google.cloud.dialogflow.v2.QueryInput value) { *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1427,12 +1427,12 @@ public Builder setQueryInput( *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1461,12 +1461,12 @@ public Builder mergeQueryInput(com.google.cloud.dialogflow.v2.QueryInput value) *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1489,12 +1489,12 @@ public Builder clearQueryInput() { *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1512,12 +1512,12 @@ public com.google.cloud.dialogflow.v2.QueryInput.Builder getQueryInputBuilder() *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1539,12 +1539,12 @@ public com.google.cloud.dialogflow.v2.QueryInputOrBuilder getQueryInputOrBuilder *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/DetectIntentRequestOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/DetectIntentRequestOrBuilder.java index c48b04b0d51f..dae9ba0a8785 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/DetectIntentRequestOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/DetectIntentRequestOrBuilder.java @@ -125,12 +125,12 @@ public interface DetectIntentRequestOrBuilder *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config
-   *     which instructs the speech recognizer how to process the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -146,12 +146,12 @@ public interface DetectIntentRequestOrBuilder *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config
-   *     which instructs the speech recognizer how to process the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -167,12 +167,12 @@ public interface DetectIntentRequestOrBuilder *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config
-   *     which instructs the speech recognizer how to process the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/EventInput.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/EventInput.java index 01b9ada62560..04a2bcaf7733 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/EventInput.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/EventInput.java @@ -130,16 +130,14 @@ public com.google.protobuf.ByteString getNameBytes() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -160,16 +158,14 @@ public boolean hasParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -190,16 +186,14 @@ public com.google.protobuf.Struct getParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -798,16 +792,14 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -827,16 +819,14 @@ public boolean hasParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -860,16 +850,14 @@ public com.google.protobuf.Struct getParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -897,16 +885,14 @@ public Builder setParameters(com.google.protobuf.Struct value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -931,16 +917,14 @@ public Builder setParameters(com.google.protobuf.Struct.Builder builderForValue) * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -971,16 +955,14 @@ public Builder mergeParameters(com.google.protobuf.Struct value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -1005,16 +987,14 @@ public Builder clearParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -1034,16 +1014,14 @@ public com.google.protobuf.Struct.Builder getParametersBuilder() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -1065,16 +1043,14 @@ public com.google.protobuf.StructOrBuilder getParametersOrBuilder() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/EventInputOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/EventInputOrBuilder.java index 628eefc2ae3a..3199841910a4 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/EventInputOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/EventInputOrBuilder.java @@ -58,16 +58,14 @@ public interface EventInputOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -85,16 +83,14 @@ public interface EventInputOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -112,16 +108,14 @@ public interface EventInputOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GcsDestination.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GcsDestination.java index 0b75bc5fb91b..3edd02b3b4f2 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GcsDestination.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GcsDestination.java @@ -72,7 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { *
    * The Google Cloud Storage URIs for the output. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case. The requesting
    * user must have "write-permission" to the bucket.
    * 
@@ -99,7 +99,7 @@ public java.lang.String getUri() { *
    * The Google Cloud Storage URIs for the output. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case. The requesting
    * user must have "write-permission" to the bucket.
    * 
@@ -469,7 +469,7 @@ public Builder mergeFrom( *
      * The Google Cloud Storage URIs for the output. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case. The requesting
      * user must have "write-permission" to the bucket.
      * 
@@ -495,7 +495,7 @@ public java.lang.String getUri() { *
      * The Google Cloud Storage URIs for the output. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case. The requesting
      * user must have "write-permission" to the bucket.
      * 
@@ -521,7 +521,7 @@ public com.google.protobuf.ByteString getUriBytes() { *
      * The Google Cloud Storage URIs for the output. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case. The requesting
      * user must have "write-permission" to the bucket.
      * 
@@ -546,7 +546,7 @@ public Builder setUri(java.lang.String value) { *
      * The Google Cloud Storage URIs for the output. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case. The requesting
      * user must have "write-permission" to the bucket.
      * 
@@ -567,7 +567,7 @@ public Builder clearUri() { *
      * The Google Cloud Storage URIs for the output. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case. The requesting
      * user must have "write-permission" to the bucket.
      * 
diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GcsDestinationOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GcsDestinationOrBuilder.java index d231b220812e..94e708b970d1 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GcsDestinationOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GcsDestinationOrBuilder.java @@ -29,7 +29,7 @@ public interface GcsDestinationOrBuilder *
    * The Google Cloud Storage URIs for the output. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case. The requesting
    * user must have "write-permission" to the bucket.
    * 
@@ -45,7 +45,7 @@ public interface GcsDestinationOrBuilder *
    * The Google Cloud Storage URIs for the output. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case. The requesting
    * user must have "write-permission" to the bucket.
    * 
diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GcsSources.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GcsSources.java index c50af7100eab..feb3d93a81de 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GcsSources.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GcsSources.java @@ -72,7 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -88,7 +88,7 @@ public com.google.protobuf.ProtocolStringList getUrisList() { * *
    * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -104,7 +104,7 @@ public int getUrisCount() { * *
    * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -121,7 +121,7 @@ public java.lang.String getUris(int index) { * *
    * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -503,7 +503,7 @@ private void ensureUrisIsMutable() { * *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -520,7 +520,7 @@ public com.google.protobuf.ProtocolStringList getUrisList() { * *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -536,7 +536,7 @@ public int getUrisCount() { * *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -553,7 +553,7 @@ public java.lang.String getUris(int index) { * *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -570,7 +570,7 @@ public com.google.protobuf.ByteString getUrisBytes(int index) { * *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -595,7 +595,7 @@ public Builder setUris(int index, java.lang.String value) { * *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -619,7 +619,7 @@ public Builder addUris(java.lang.String value) { * *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -640,7 +640,7 @@ public Builder addAllUris(java.lang.Iterable values) { * *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -660,7 +660,7 @@ public Builder clearUris() { * *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GcsSourcesOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GcsSourcesOrBuilder.java index b5a159b49c6f..7d2c46bdfdb5 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GcsSourcesOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/GcsSourcesOrBuilder.java @@ -28,7 +28,7 @@ public interface GcsSourcesOrBuilder * *
    * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -42,7 +42,7 @@ public interface GcsSourcesOrBuilder * *
    * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -56,7 +56,7 @@ public interface GcsSourcesOrBuilder * *
    * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -71,7 +71,7 @@ public interface GcsSourcesOrBuilder * *
    * Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/InputAudioConfig.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/InputAudioConfig.java index 7c411bd91dd0..053049e604b5 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/InputAudioConfig.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/InputAudioConfig.java @@ -225,9 +225,9 @@ public boolean getEnableWordInfo() { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; @@ -251,9 +251,9 @@ public com.google.protobuf.ProtocolStringList getPhraseHintsList() { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; @@ -277,9 +277,9 @@ public int getPhraseHintsCount() { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; @@ -304,9 +304,9 @@ public java.lang.String getPhraseHints(int index) { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; @@ -1618,9 +1618,9 @@ private void ensurePhraseHintsIsMutable() { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; @@ -1645,9 +1645,9 @@ public com.google.protobuf.ProtocolStringList getPhraseHintsList() { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; @@ -1671,9 +1671,9 @@ public int getPhraseHintsCount() { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; @@ -1698,9 +1698,9 @@ public java.lang.String getPhraseHints(int index) { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; @@ -1725,9 +1725,9 @@ public com.google.protobuf.ByteString getPhraseHintsBytes(int index) { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; @@ -1760,9 +1760,9 @@ public Builder setPhraseHints(int index, java.lang.String value) { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; @@ -1794,9 +1794,9 @@ public Builder addPhraseHints(java.lang.String value) { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; @@ -1825,9 +1825,9 @@ public Builder addAllPhraseHints(java.lang.Iterable values) { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; @@ -1855,9 +1855,9 @@ public Builder clearPhraseHints() { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/InputAudioConfigOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/InputAudioConfigOrBuilder.java index a99be0696069..0ace4b1b8746 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/InputAudioConfigOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/InputAudioConfigOrBuilder.java @@ -130,9 +130,9 @@ public interface InputAudioConfigOrBuilder * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; @@ -154,9 +154,9 @@ public interface InputAudioConfigOrBuilder * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; @@ -178,9 +178,9 @@ public interface InputAudioConfigOrBuilder * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; @@ -203,9 +203,9 @@ public interface InputAudioConfigOrBuilder * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/QueryResult.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/QueryResult.java index 2d917712464e..2dab084ca1e4 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/QueryResult.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/QueryResult.java @@ -281,16 +281,14 @@ public com.google.protobuf.ByteString getActionBytes() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -311,16 +309,14 @@ public boolean hasParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -341,16 +337,14 @@ public com.google.protobuf.Struct getParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2220,16 +2214,14 @@ public Builder setActionBytes(com.google.protobuf.ByteString value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2249,16 +2241,14 @@ public boolean hasParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2282,16 +2272,14 @@ public com.google.protobuf.Struct getParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2319,16 +2307,14 @@ public Builder setParameters(com.google.protobuf.Struct value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2353,16 +2339,14 @@ public Builder setParameters(com.google.protobuf.Struct.Builder builderForValue) * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2393,16 +2377,14 @@ public Builder mergeParameters(com.google.protobuf.Struct value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2427,16 +2409,14 @@ public Builder clearParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2456,16 +2436,14 @@ public com.google.protobuf.Struct.Builder getParametersBuilder() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2487,16 +2465,14 @@ public com.google.protobuf.StructOrBuilder getParametersOrBuilder() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/QueryResultOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/QueryResultOrBuilder.java index 5118156ace37..caf2d006828b 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/QueryResultOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/QueryResultOrBuilder.java @@ -151,16 +151,14 @@ public interface QueryResultOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -178,16 +176,14 @@ public interface QueryResultOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -205,16 +201,14 @@ public interface QueryResultOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/StreamingDetectIntentRequest.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/StreamingDetectIntentRequest.java index 14d240171139..117b872c0784 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/StreamingDetectIntentRequest.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/StreamingDetectIntentRequest.java @@ -241,12 +241,12 @@ public com.google.cloud.dialogflow.v2.QueryParametersOrBuilder getQueryParamsOrB *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config which instructs the speech recognizer how to process
-   *     the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -265,12 +265,12 @@ public boolean hasQueryInput() { *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config which instructs the speech recognizer how to process
-   *     the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -291,12 +291,12 @@ public com.google.cloud.dialogflow.v2.QueryInput getQueryInput() { *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config which instructs the speech recognizer how to process
-   *     the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -330,7 +330,7 @@ public com.google.cloud.dialogflow.v2.QueryInputOrBuilder getQueryInputOrBuilder * bool single_utterance = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2.StreamingDetectIntentRequest.single_utterance is - * deprecated. See google/cloud/dialogflow/v2/session.proto;l=464 + * deprecated. See google/cloud/dialogflow/v2/session.proto;l=462 * @return The singleUtterance. */ @java.lang.Override @@ -1473,12 +1473,12 @@ public com.google.cloud.dialogflow.v2.QueryParametersOrBuilder getQueryParamsOrB *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1496,12 +1496,12 @@ public boolean hasQueryInput() { *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1525,12 +1525,12 @@ public com.google.cloud.dialogflow.v2.QueryInput getQueryInput() { *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1556,12 +1556,12 @@ public Builder setQueryInput(com.google.cloud.dialogflow.v2.QueryInput value) { *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1585,12 +1585,12 @@ public Builder setQueryInput( *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1619,12 +1619,12 @@ public Builder mergeQueryInput(com.google.cloud.dialogflow.v2.QueryInput value) *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1647,12 +1647,12 @@ public Builder clearQueryInput() { *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1670,12 +1670,12 @@ public com.google.cloud.dialogflow.v2.QueryInput.Builder getQueryInputBuilder() *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1697,12 +1697,12 @@ public com.google.cloud.dialogflow.v2.QueryInputOrBuilder getQueryInputOrBuilder *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1745,7 +1745,7 @@ public com.google.cloud.dialogflow.v2.QueryInputOrBuilder getQueryInputOrBuilder * bool single_utterance = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2.StreamingDetectIntentRequest.single_utterance is - * deprecated. See google/cloud/dialogflow/v2/session.proto;l=464 + * deprecated. See google/cloud/dialogflow/v2/session.proto;l=462 * @return The singleUtterance. */ @java.lang.Override @@ -1771,7 +1771,7 @@ public boolean getSingleUtterance() { * bool single_utterance = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2.StreamingDetectIntentRequest.single_utterance is - * deprecated. See google/cloud/dialogflow/v2/session.proto;l=464 + * deprecated. See google/cloud/dialogflow/v2/session.proto;l=462 * @param value The singleUtterance to set. * @return This builder for chaining. */ @@ -1801,7 +1801,7 @@ public Builder setSingleUtterance(boolean value) { * bool single_utterance = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2.StreamingDetectIntentRequest.single_utterance is - * deprecated. See google/cloud/dialogflow/v2/session.proto;l=464 + * deprecated. See google/cloud/dialogflow/v2/session.proto;l=462 * @return This builder for chaining. */ @java.lang.Deprecated diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/StreamingDetectIntentRequestOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/StreamingDetectIntentRequestOrBuilder.java index 04fa21cafb15..8dd644d12fb8 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/StreamingDetectIntentRequestOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/StreamingDetectIntentRequestOrBuilder.java @@ -125,12 +125,12 @@ public interface StreamingDetectIntentRequestOrBuilder *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config which instructs the speech recognizer how to process
-   *     the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -146,12 +146,12 @@ public interface StreamingDetectIntentRequestOrBuilder *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config which instructs the speech recognizer how to process
-   *     the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -167,12 +167,12 @@ public interface StreamingDetectIntentRequestOrBuilder *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config which instructs the speech recognizer how to process
-   *     the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -199,7 +199,7 @@ public interface StreamingDetectIntentRequestOrBuilder * bool single_utterance = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2.StreamingDetectIntentRequest.single_utterance is - * deprecated. See google/cloud/dialogflow/v2/session.proto;l=464 + * deprecated. See google/cloud/dialogflow/v2/session.proto;l=462 * @return The singleUtterance. */ @java.lang.Deprecated diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/TextInput.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/TextInput.java index 09c05c8e3aea..106b809be6dc 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/TextInput.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/TextInput.java @@ -22,7 +22,6 @@ * * *
- * ============================================================================
  * Auxiliary proto messages.
  *
  * Represents the natural language text to be processed.
@@ -347,7 +346,6 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    *
    * 
-   * ============================================================================
    * Auxiliary proto messages.
    *
    * Represents the natural language text to be processed.
diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ValidationError.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ValidationError.java
index 2117cd8cc0c3..655370f92c1b 100644
--- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ValidationError.java
+++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ValidationError.java
@@ -314,16 +314,16 @@ public com.google.cloud.dialogflow.v2.ValidationError.Severity getSeverity() {
    * The names of the entries that the error is associated with.
    * Format:
    *
-   * - "projects/<Project ID>/agent", if the error is associated with the entire
+   * - `projects/<Project ID>/agent`, if the error is associated with the entire
    * agent.
-   * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is
+   * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is
    * associated with certain intents.
-   * - "projects/<Project
-   * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the
-   * error is associated with certain intent training phrases.
-   * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter
-   * ID>", if the error is associated with certain intent parameters.
-   * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is
+   * - `projects/<Project ID>/agent/intents/<Intent
+   * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with
+   * certain intent training phrases.
+   * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter
+   * ID>`, if the error is associated with certain intent parameters.
+   * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is
    * associated with certain entities.
    * 
* @@ -341,16 +341,16 @@ public com.google.protobuf.ProtocolStringList getEntriesList() { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. *
* @@ -368,16 +368,16 @@ public int getEntriesCount() { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -396,16 +396,16 @@ public java.lang.String getEntries(int index) { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -982,16 +982,16 @@ private void ensureEntriesIsMutable() { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -1010,16 +1010,16 @@ public com.google.protobuf.ProtocolStringList getEntriesList() { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -1037,16 +1037,16 @@ public int getEntriesCount() { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -1065,16 +1065,16 @@ public java.lang.String getEntries(int index) { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -1093,16 +1093,16 @@ public com.google.protobuf.ByteString getEntriesBytes(int index) { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -1129,16 +1129,16 @@ public Builder setEntries(int index, java.lang.String value) { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -1164,16 +1164,16 @@ public Builder addEntries(java.lang.String value) { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -1196,16 +1196,16 @@ public Builder addAllEntries(java.lang.Iterable values) { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -1227,16 +1227,16 @@ public Builder clearEntries() { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ValidationErrorOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ValidationErrorOrBuilder.java index 64c06f628848..0b1129f8d837 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ValidationErrorOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ValidationErrorOrBuilder.java @@ -55,16 +55,16 @@ public interface ValidationErrorOrBuilder * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -80,16 +80,16 @@ public interface ValidationErrorOrBuilder * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -105,16 +105,16 @@ public interface ValidationErrorOrBuilder * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -131,16 +131,16 @@ public interface ValidationErrorOrBuilder * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/audio_config.proto b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/audio_config.proto index bcb035e5a89f..9cbde567b618 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/audio_config.proto +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/audio_config.proto @@ -124,9 +124,9 @@ message InputAudioConfig { // documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) // for more details. // - // This field is deprecated. Please use [speech_contexts]() instead. If you - // specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - // treat the [phrase_hints]() as a single additional [SpeechContext](). + // This field is deprecated. Please use [`speech_contexts`]() instead. If you + // specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + // treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). repeated string phrase_hints = 4 [deprecated = true]; // Context information to assist speech recognition. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/context.proto b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/context.proto index 63fa23dc678e..2b6b181f3fa4 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/context.proto +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/context.proto @@ -183,7 +183,7 @@ message Context { // ID>/sessions//contexts/`. // // The `Context ID` is always converted to lowercase, may only contain - // characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + // characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. // // If `Environment ID` is not specified, we assume default 'draft' // environment. If `User ID` is not specified, we assume default '-' user. @@ -208,16 +208,14 @@ message Context { // map, associative array, symbol table, dictionary, or JSON object // composed of a collection of (MapKey, MapValue) pairs: // - // - MapKey type: string - // - MapKey value: parameter name - // - MapValue type: - // - If parameter's entity type is a composite entity: map - // - Else: depending on parameter value type, could be one of string, - // number, boolean, null, list or map - // - MapValue value: - // - If parameter's entity type is a composite entity: - // map from composite entity property names to property values - // - Else: parameter value + // * MapKey type: string + // * MapKey value: parameter name + // * MapValue type: If parameter's entity type is a composite entity then use + // map, otherwise, depending on the parameter value type, it could be one of + // string, number, boolean, null, list or map. + // * MapValue value: If parameter's entity type is a composite entity then use + // map from composite entity property names to property values, otherwise, + // use parameter value. google.protobuf.Struct parameters = 3 [(google.api.field_behavior) = OPTIONAL]; } diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/conversation.proto b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/conversation.proto index 7863d4267c11..6c3a7e5a7ef9 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/conversation.proto +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/conversation.proto @@ -268,7 +268,7 @@ message CreateConversationRequest { // auto-generated one to you. // // The conversation ID must be compliant with the regression fomula - // "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + // `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. // If the field is provided, the caller is resposible for // 1. the uniqueness of the ID, otherwise the request will be rejected. // 2. the consistency for whether to use custom ID or not under a project to diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/gcs.proto b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/gcs.proto index 3c31506fc0b0..6c63d357dc1e 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/gcs.proto +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/gcs.proto @@ -29,7 +29,7 @@ option objc_class_prefix = "DF"; // Google Cloud Storage location for the inputs. message GcsSources { // Required. Google Cloud Storage URIs for the inputs. A URI is of the form: - // gs://bucket/object-prefix-or-name + // `gs://bucket/object-prefix-or-name` // Whether a prefix or name is used depends on the use case. repeated string uris = 2 [(google.api.field_behavior) = REQUIRED]; } @@ -38,7 +38,7 @@ message GcsSources { message GcsDestination { // The Google Cloud Storage URIs for the output. A URI is of the // form: - // gs://bucket/object-prefix-or-name + // `gs://bucket/object-prefix-or-name` // Whether a prefix or name is used depends on the use case. The requesting // user must have "write-permission" to the bucket. string uri = 1; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/session.proto b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/session.proto index c7b18f67dc91..8a35ec51d757 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/session.proto +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/session.proto @@ -139,12 +139,12 @@ message DetectIntentRequest { // Required. The input specification. It can be set to: // - // 1. an audio config - // which instructs the speech recognizer how to process the speech audio, + // 1. an audio config which instructs the speech recognizer how to process + // the speech audio, // - // 2. a conversational query in the form of text, or + // 2. a conversational query in the form of text, or // - // 3. an event that specifies which intent to trigger. + // 3. an event that specifies which intent to trigger. QueryInput query_input = 3 [(google.api.field_behavior) = REQUIRED]; // Instructs the speech synthesizer how to generate the output @@ -306,16 +306,14 @@ message QueryResult { // map, associative array, symbol table, dictionary, or JSON object // composed of a collection of (MapKey, MapValue) pairs: // - // - MapKey type: string - // - MapKey value: parameter name - // - MapValue type: - // - If parameter's entity type is a composite entity: map - // - Else: depending on parameter value type, could be one of string, - // number, boolean, null, list or map - // - MapValue value: - // - If parameter's entity type is a composite entity: - // map from composite entity property names to property values - // - Else: parameter value + // * MapKey type: string + // * MapKey value: parameter name + // * MapValue type: If parameter's entity type is a composite entity then use + // map, otherwise, depending on the parameter value type, it could be one of + // string, number, boolean, null, list or map. + // * MapValue value: If parameter's entity type is a composite entity then use + // map from composite entity property names to property values, otherwise, + // use parameter value. google.protobuf.Struct parameters = 4; // This field is set to: @@ -445,12 +443,12 @@ message StreamingDetectIntentRequest { // Required. The input specification. It can be set to: // - // 1. an audio config which instructs the speech recognizer how to process - // the speech audio, + // 1. an audio config which instructs the speech recognizer how to process + // the speech audio, // - // 2. a conversational query in the form of text, or + // 2. a conversational query in the form of text, or // - // 3. an event that specifies which intent to trigger. + // 3. an event that specifies which intent to trigger. QueryInput query_input = 3 [(google.api.field_behavior) = REQUIRED]; // Please use @@ -694,7 +692,6 @@ message StreamingRecognitionResult { string language_code = 10; } -// ============================================================================ // Auxiliary proto messages. // // Represents the natural language text to be processed. @@ -725,16 +722,14 @@ message EventInput { // map, associative array, symbol table, dictionary, or JSON object // composed of a collection of (MapKey, MapValue) pairs: // - // - MapKey type: string - // - MapKey value: parameter name - // - MapValue type: - // - If parameter's entity type is a composite entity: map - // - Else: depending on parameter value type, could be one of string, - // number, boolean, null, list or map - // - MapValue value: - // - If parameter's entity type is a composite entity: - // map from composite entity property names to property values - // - Else: parameter value + // * MapKey type: string + // * MapKey value: parameter name + // * MapValue type: If parameter's entity type is a composite entity then use + // map, otherwise, depending on the parameter value type, it could be one of + // string, number, boolean, null, list or map. + // * MapValue value: If parameter's entity type is a composite entity then use + // map from composite entity property names to property values, otherwise, + // use parameter value. google.protobuf.Struct parameters = 2; // Required. The language of this query. See [Language diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/validation_result.proto b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/validation_result.proto index 01a9f84f9f7e..c586c0b27423 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/validation_result.proto +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/validation_result.proto @@ -50,16 +50,16 @@ message ValidationError { // The names of the entries that the error is associated with. // Format: // - // - "projects//agent", if the error is associated with the entire + // - `projects//agent`, if the error is associated with the entire // agent. - // - "projects//agent/intents/", if the error is + // - `projects//agent/intents/`, if the error is // associated with certain intents. - // - "projects//agent/intents//trainingPhrases/", if the - // error is associated with certain intent training phrases. - // - "projects//agent/intents//parameters/", if the error is associated with certain intent parameters. - // - "projects//agent/entities/", if the error is + // - `projects//agent/intents//trainingPhrases/`, if the error is associated with + // certain intent training phrases. + // - `projects//agent/intents//parameters/`, if the error is associated with certain intent parameters. + // - `projects//agent/entities/`, if the error is // associated with certain entities. repeated string entries = 3; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AnalyzeContentRequest.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AnalyzeContentRequest.java index 02a7bdbab74d..e3ca115f15d1 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AnalyzeContentRequest.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AnalyzeContentRequest.java @@ -697,12 +697,12 @@ public com.google.protobuf.ByteString getCxCurrentPageBytes() { * participant. * * Given two messages under the same participant: - * - If send time are different regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * two distinct messages sent by the participant. - * - If send time is the same regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * same message, and ignore the message received later. + * * If send time are different regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * two distinct messages sent by the participant. + * * If send time is the same regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * same message, and ignore the message received later. * * If the value is not provided, a new request will always be regarded as a * new message without any de-duplication. @@ -725,12 +725,12 @@ public boolean hasMessageSendTime() { * participant. * * Given two messages under the same participant: - * - If send time are different regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * two distinct messages sent by the participant. - * - If send time is the same regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * same message, and ignore the message received later. + * * If send time are different regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * two distinct messages sent by the participant. + * * If send time is the same regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * same message, and ignore the message received later. * * If the value is not provided, a new request will always be regarded as a * new message without any de-duplication. @@ -755,12 +755,12 @@ public com.google.protobuf.Timestamp getMessageSendTime() { * participant. * * Given two messages under the same participant: - * - If send time are different regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * two distinct messages sent by the participant. - * - If send time is the same regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * same message, and ignore the message received later. + * * If send time are different regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * two distinct messages sent by the participant. + * * If send time is the same regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * same message, and ignore the message received later. * * If the value is not provided, a new request will always be regarded as a * new message without any de-duplication. @@ -3528,12 +3528,12 @@ public Builder setCxCurrentPageBytes(com.google.protobuf.ByteString value) { * participant. * * Given two messages under the same participant: - * - If send time are different regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * two distinct messages sent by the participant. - * - If send time is the same regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * same message, and ignore the message received later. + * * If send time are different regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * two distinct messages sent by the participant. + * * If send time is the same regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * same message, and ignore the message received later. * * If the value is not provided, a new request will always be regarded as a * new message without any de-duplication. @@ -3555,12 +3555,12 @@ public boolean hasMessageSendTime() { * participant. * * Given two messages under the same participant: - * - If send time are different regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * two distinct messages sent by the participant. - * - If send time is the same regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * same message, and ignore the message received later. + * * If send time are different regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * two distinct messages sent by the participant. + * * If send time is the same regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * same message, and ignore the message received later. * * If the value is not provided, a new request will always be regarded as a * new message without any de-duplication. @@ -3588,12 +3588,12 @@ public com.google.protobuf.Timestamp getMessageSendTime() { * participant. * * Given two messages under the same participant: - * - If send time are different regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * two distinct messages sent by the participant. - * - If send time is the same regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * same message, and ignore the message received later. + * * If send time are different regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * two distinct messages sent by the participant. + * * If send time is the same regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * same message, and ignore the message received later. * * If the value is not provided, a new request will always be regarded as a * new message without any de-duplication. @@ -3623,12 +3623,12 @@ public Builder setMessageSendTime(com.google.protobuf.Timestamp value) { * participant. * * Given two messages under the same participant: - * - If send time are different regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * two distinct messages sent by the participant. - * - If send time is the same regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * same message, and ignore the message received later. + * * If send time are different regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * two distinct messages sent by the participant. + * * If send time is the same regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * same message, and ignore the message received later. * * If the value is not provided, a new request will always be regarded as a * new message without any de-duplication. @@ -3655,12 +3655,12 @@ public Builder setMessageSendTime(com.google.protobuf.Timestamp.Builder builderF * participant. * * Given two messages under the same participant: - * - If send time are different regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * two distinct messages sent by the participant. - * - If send time is the same regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * same message, and ignore the message received later. + * * If send time are different regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * two distinct messages sent by the participant. + * * If send time is the same regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * same message, and ignore the message received later. * * If the value is not provided, a new request will always be regarded as a * new message without any de-duplication. @@ -3693,12 +3693,12 @@ public Builder mergeMessageSendTime(com.google.protobuf.Timestamp value) { * participant. * * Given two messages under the same participant: - * - If send time are different regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * two distinct messages sent by the participant. - * - If send time is the same regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * same message, and ignore the message received later. + * * If send time are different regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * two distinct messages sent by the participant. + * * If send time is the same regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * same message, and ignore the message received later. * * If the value is not provided, a new request will always be regarded as a * new message without any de-duplication. @@ -3725,12 +3725,12 @@ public Builder clearMessageSendTime() { * participant. * * Given two messages under the same participant: - * - If send time are different regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * two distinct messages sent by the participant. - * - If send time is the same regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * same message, and ignore the message received later. + * * If send time are different regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * two distinct messages sent by the participant. + * * If send time is the same regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * same message, and ignore the message received later. * * If the value is not provided, a new request will always be regarded as a * new message without any de-duplication. @@ -3752,12 +3752,12 @@ public com.google.protobuf.Timestamp.Builder getMessageSendTimeBuilder() { * participant. * * Given two messages under the same participant: - * - If send time are different regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * two distinct messages sent by the participant. - * - If send time is the same regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * same message, and ignore the message received later. + * * If send time are different regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * two distinct messages sent by the participant. + * * If send time is the same regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * same message, and ignore the message received later. * * If the value is not provided, a new request will always be regarded as a * new message without any de-duplication. @@ -3783,12 +3783,12 @@ public com.google.protobuf.TimestampOrBuilder getMessageSendTimeOrBuilder() { * participant. * * Given two messages under the same participant: - * - If send time are different regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * two distinct messages sent by the participant. - * - If send time is the same regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * same message, and ignore the message received later. + * * If send time are different regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * two distinct messages sent by the participant. + * * If send time is the same regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * same message, and ignore the message received later. * * If the value is not provided, a new request will always be regarded as a * new message without any de-duplication. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AnalyzeContentRequestOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AnalyzeContentRequestOrBuilder.java index 735537607b04..11fb92599c97 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AnalyzeContentRequestOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/AnalyzeContentRequestOrBuilder.java @@ -424,12 +424,12 @@ public interface AnalyzeContentRequestOrBuilder * participant. * * Given two messages under the same participant: - * - If send time are different regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * two distinct messages sent by the participant. - * - If send time is the same regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * same message, and ignore the message received later. + * * If send time are different regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * two distinct messages sent by the participant. + * * If send time is the same regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * same message, and ignore the message received later. * * If the value is not provided, a new request will always be regarded as a * new message without any de-duplication. @@ -449,12 +449,12 @@ public interface AnalyzeContentRequestOrBuilder * participant. * * Given two messages under the same participant: - * - If send time are different regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * two distinct messages sent by the participant. - * - If send time is the same regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * same message, and ignore the message received later. + * * If send time are different regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * two distinct messages sent by the participant. + * * If send time is the same regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * same message, and ignore the message received later. * * If the value is not provided, a new request will always be regarded as a * new message without any de-duplication. @@ -474,12 +474,12 @@ public interface AnalyzeContentRequestOrBuilder * participant. * * Given two messages under the same participant: - * - If send time are different regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * two distinct messages sent by the participant. - * - If send time is the same regardless of whether the content of the - * messages are exactly the same, the conversation will regard them as - * same message, and ignore the message received later. + * * If send time are different regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * two distinct messages sent by the participant. + * * If send time is the same regardless of whether the content of the + * messages are exactly the same, the conversation will regard them as + * same message, and ignore the message received later. * * If the value is not provided, a new request will always be regarded as a * new message without any de-duplication. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/BargeInConfig.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/BargeInConfig.java index e3e73ed0a757..ea62477e978c 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/BargeInConfig.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/BargeInConfig.java @@ -46,6 +46,7 @@ * * The flow goes like below: * + * ``` * --> Time * * without speech detection | utterance only | utterance or no-speech event @@ -53,6 +54,7 @@ * +-------------+ | +------------+ | +---------------+ * ----------+ no barge-in +-|-+ barge-in +-|-+ normal period +----------- * +-------------+ | +------------+ | +---------------+ + * ``` * * No-speech event is a response with END_OF_UTTERANCE without any transcript * following up. @@ -402,6 +404,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * The flow goes like below: * + * ``` * --> Time * * without speech detection | utterance only | utterance or no-speech event @@ -409,6 +412,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * +-------------+ | +------------+ | +---------------+ * ----------+ no barge-in +-|-+ barge-in +-|-+ normal period +----------- * +-------------+ | +------------+ | +---------------+ + * ``` * * No-speech event is a response with END_OF_UTTERANCE without any transcript * following up. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/Context.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/Context.java index 5c7c3625508c..4256ff282dff 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/Context.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/Context.java @@ -96,7 +96,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * ID>/contexts/<Context ID>`, * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -141,7 +141,7 @@ public java.lang.String getName() { * ID>/contexts/<Context ID>`, * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -204,16 +204,14 @@ public int getLifespanCount() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3; @@ -234,16 +232,14 @@ public boolean hasParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3; @@ -264,16 +260,14 @@ public com.google.protobuf.Struct getParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3; @@ -708,7 +702,7 @@ public Builder mergeFrom( * ID>/contexts/<Context ID>`, * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -752,7 +746,7 @@ public java.lang.String getName() { * ID>/contexts/<Context ID>`, * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -796,7 +790,7 @@ public com.google.protobuf.ByteString getNameBytes() { * ID>/contexts/<Context ID>`, * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -839,7 +833,7 @@ public Builder setName(java.lang.String value) { * ID>/contexts/<Context ID>`, * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -878,7 +872,7 @@ public Builder clearName() { * ID>/contexts/<Context ID>`, * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -985,16 +979,14 @@ public Builder clearLifespanCount() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3; @@ -1014,16 +1006,14 @@ public boolean hasParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3; @@ -1047,16 +1037,14 @@ public com.google.protobuf.Struct getParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3; @@ -1084,16 +1072,14 @@ public Builder setParameters(com.google.protobuf.Struct value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3; @@ -1118,16 +1104,14 @@ public Builder setParameters(com.google.protobuf.Struct.Builder builderForValue) * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3; @@ -1158,16 +1142,14 @@ public Builder mergeParameters(com.google.protobuf.Struct value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3; @@ -1192,16 +1174,14 @@ public Builder clearParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3; @@ -1221,16 +1201,14 @@ public com.google.protobuf.Struct.Builder getParametersBuilder() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3; @@ -1252,16 +1230,14 @@ public com.google.protobuf.StructOrBuilder getParametersOrBuilder() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextOrBuilder.java index 7e40893c2546..fa7ef5a51d46 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextOrBuilder.java @@ -39,7 +39,7 @@ public interface ContextOrBuilder * ID>/contexts/<Context ID>`, * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -73,7 +73,7 @@ public interface ContextOrBuilder * ID>/contexts/<Context ID>`, * * The `Context ID` is always converted to lowercase, may only contain - * characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + * characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. * * If `Environment ID` is not specified, we assume default 'draft' * environment. If `User ID` is not specified, we assume default '-' user. @@ -118,16 +118,14 @@ public interface ContextOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3; @@ -145,16 +143,14 @@ public interface ContextOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3; @@ -172,16 +168,14 @@ public interface ContextOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 3; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/CreateConversationRequest.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/CreateConversationRequest.java index 0556ab60c294..051d56a0a13e 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/CreateConversationRequest.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/CreateConversationRequest.java @@ -190,7 +190,7 @@ public com.google.cloud.dialogflow.v2beta1.ConversationOrBuilder getConversation * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to @@ -222,7 +222,7 @@ public java.lang.String getConversationId() { * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to @@ -983,7 +983,7 @@ public com.google.cloud.dialogflow.v2beta1.ConversationOrBuilder getConversation * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to @@ -1014,7 +1014,7 @@ public java.lang.String getConversationId() { * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to @@ -1045,7 +1045,7 @@ public com.google.protobuf.ByteString getConversationIdBytes() { * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to @@ -1075,7 +1075,7 @@ public Builder setConversationId(java.lang.String value) { * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to @@ -1101,7 +1101,7 @@ public Builder clearConversationId() { * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/CreateConversationRequestOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/CreateConversationRequestOrBuilder.java index 496b4956e146..999e68eebafb 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/CreateConversationRequestOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/CreateConversationRequestOrBuilder.java @@ -104,7 +104,7 @@ public interface CreateConversationRequestOrBuilder * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to @@ -125,7 +125,7 @@ public interface CreateConversationRequestOrBuilder * auto-generated one to you. * * The conversation ID must be compliant with the regression fomula - * "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + * `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. * If the field is provided, the caller is resposible for * 1. the uniqueness of the ID, otherwise the request will be rejected. * 2. the consistency for whether to use custom ID or not under a project to diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/DetectIntentRequest.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/DetectIntentRequest.java index 3776b0dc7d0c..1ff618929323 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/DetectIntentRequest.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/DetectIntentRequest.java @@ -220,12 +220,12 @@ public com.google.cloud.dialogflow.v2beta1.QueryParametersOrBuilder getQueryPara *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config
-   *     which instructs the speech recognizer how to process the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -244,12 +244,12 @@ public boolean hasQueryInput() { *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config
-   *     which instructs the speech recognizer how to process the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -270,12 +270,12 @@ public com.google.cloud.dialogflow.v2beta1.QueryInput getQueryInput() { *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config
-   *     which instructs the speech recognizer how to process the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -1359,12 +1359,12 @@ public com.google.cloud.dialogflow.v2beta1.QueryParametersOrBuilder getQueryPara *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1382,12 +1382,12 @@ public boolean hasQueryInput() { *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1411,12 +1411,12 @@ public com.google.cloud.dialogflow.v2beta1.QueryInput getQueryInput() { *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1442,12 +1442,12 @@ public Builder setQueryInput(com.google.cloud.dialogflow.v2beta1.QueryInput valu *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1471,12 +1471,12 @@ public Builder setQueryInput( *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1505,12 +1505,12 @@ public Builder mergeQueryInput(com.google.cloud.dialogflow.v2beta1.QueryInput va *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1533,12 +1533,12 @@ public Builder clearQueryInput() { *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1556,12 +1556,12 @@ public com.google.cloud.dialogflow.v2beta1.QueryInput.Builder getQueryInputBuild *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1583,12 +1583,12 @@ public com.google.cloud.dialogflow.v2beta1.QueryInputOrBuilder getQueryInputOrBu *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config
-     *     which instructs the speech recognizer how to process the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/DetectIntentRequestOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/DetectIntentRequestOrBuilder.java index 520fdcc08712..6a25bc364d90 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/DetectIntentRequestOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/DetectIntentRequestOrBuilder.java @@ -137,12 +137,12 @@ public interface DetectIntentRequestOrBuilder *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config
-   *     which instructs the speech recognizer how to process the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -158,12 +158,12 @@ public interface DetectIntentRequestOrBuilder *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config
-   *     which instructs the speech recognizer how to process the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -179,12 +179,12 @@ public interface DetectIntentRequestOrBuilder *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config
-   *     which instructs the speech recognizer how to process the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/EventInput.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/EventInput.java index 3357b39c1e9b..c8defd688058 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/EventInput.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/EventInput.java @@ -130,16 +130,14 @@ public com.google.protobuf.ByteString getNameBytes() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -160,16 +158,14 @@ public boolean hasParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -190,16 +186,14 @@ public com.google.protobuf.Struct getParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -798,16 +792,14 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -827,16 +819,14 @@ public boolean hasParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -860,16 +850,14 @@ public com.google.protobuf.Struct getParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -897,16 +885,14 @@ public Builder setParameters(com.google.protobuf.Struct value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -931,16 +917,14 @@ public Builder setParameters(com.google.protobuf.Struct.Builder builderForValue) * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -971,16 +955,14 @@ public Builder mergeParameters(com.google.protobuf.Struct value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -1005,16 +987,14 @@ public Builder clearParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -1034,16 +1014,14 @@ public com.google.protobuf.Struct.Builder getParametersBuilder() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -1065,16 +1043,14 @@ public com.google.protobuf.StructOrBuilder getParametersOrBuilder() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/EventInputOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/EventInputOrBuilder.java index 87d789bb2a2f..f1d5b1c753b3 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/EventInputOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/EventInputOrBuilder.java @@ -58,16 +58,14 @@ public interface EventInputOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -85,16 +83,14 @@ public interface EventInputOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; @@ -112,16 +108,14 @@ public interface EventInputOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 2; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsDestination.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsDestination.java index db5d100578d7..d0cd77580037 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsDestination.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsDestination.java @@ -72,7 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { *
    * Required. The Google Cloud Storage URIs for the output. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case. The requesting
    * user must have "write-permission" to the bucket.
    * 
@@ -99,7 +99,7 @@ public java.lang.String getUri() { *
    * Required. The Google Cloud Storage URIs for the output. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case. The requesting
    * user must have "write-permission" to the bucket.
    * 
@@ -470,7 +470,7 @@ public Builder mergeFrom( *
      * Required. The Google Cloud Storage URIs for the output. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case. The requesting
      * user must have "write-permission" to the bucket.
      * 
@@ -496,7 +496,7 @@ public java.lang.String getUri() { *
      * Required. The Google Cloud Storage URIs for the output. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case. The requesting
      * user must have "write-permission" to the bucket.
      * 
@@ -522,7 +522,7 @@ public com.google.protobuf.ByteString getUriBytes() { *
      * Required. The Google Cloud Storage URIs for the output. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case. The requesting
      * user must have "write-permission" to the bucket.
      * 
@@ -547,7 +547,7 @@ public Builder setUri(java.lang.String value) { *
      * Required. The Google Cloud Storage URIs for the output. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case. The requesting
      * user must have "write-permission" to the bucket.
      * 
@@ -568,7 +568,7 @@ public Builder clearUri() { *
      * Required. The Google Cloud Storage URIs for the output. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case. The requesting
      * user must have "write-permission" to the bucket.
      * 
diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsDestinationOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsDestinationOrBuilder.java index a47d17bb6047..49845b65876f 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsDestinationOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsDestinationOrBuilder.java @@ -29,7 +29,7 @@ public interface GcsDestinationOrBuilder *
    * Required. The Google Cloud Storage URIs for the output. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case. The requesting
    * user must have "write-permission" to the bucket.
    * 
@@ -45,7 +45,7 @@ public interface GcsDestinationOrBuilder *
    * Required. The Google Cloud Storage URIs for the output. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case. The requesting
    * user must have "write-permission" to the bucket.
    * 
diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsSource.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsSource.java index 3efc8c5425ee..b653ad8d26b6 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsSource.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsSource.java @@ -72,7 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { *
    * Required. The Google Cloud Storage URIs for the inputs. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -98,7 +98,7 @@ public java.lang.String getUri() { *
    * Required. The Google Cloud Storage URIs for the inputs. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -467,7 +467,7 @@ public Builder mergeFrom( *
      * Required. The Google Cloud Storage URIs for the inputs. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -492,7 +492,7 @@ public java.lang.String getUri() { *
      * Required. The Google Cloud Storage URIs for the inputs. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -517,7 +517,7 @@ public com.google.protobuf.ByteString getUriBytes() { *
      * Required. The Google Cloud Storage URIs for the inputs. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -541,7 +541,7 @@ public Builder setUri(java.lang.String value) { *
      * Required. The Google Cloud Storage URIs for the inputs. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -561,7 +561,7 @@ public Builder clearUri() { *
      * Required. The Google Cloud Storage URIs for the inputs. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsSourceOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsSourceOrBuilder.java index b37fe467f6b6..362c1b7b5271 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsSourceOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsSourceOrBuilder.java @@ -29,7 +29,7 @@ public interface GcsSourceOrBuilder *
    * Required. The Google Cloud Storage URIs for the inputs. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -44,7 +44,7 @@ public interface GcsSourceOrBuilder *
    * Required. The Google Cloud Storage URIs for the inputs. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsSources.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsSources.java index ada3f0e31cb8..6ad6aca2870a 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsSources.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsSources.java @@ -73,7 +73,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { *
    * Required. Google Cloud Storage URIs for the inputs. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -90,7 +90,7 @@ public com.google.protobuf.ProtocolStringList getUrisList() { *
    * Required. Google Cloud Storage URIs for the inputs. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -107,7 +107,7 @@ public int getUrisCount() { *
    * Required. Google Cloud Storage URIs for the inputs. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -125,7 +125,7 @@ public java.lang.String getUris(int index) { *
    * Required. Google Cloud Storage URIs for the inputs. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -508,7 +508,7 @@ private void ensureUrisIsMutable() { *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -526,7 +526,7 @@ public com.google.protobuf.ProtocolStringList getUrisList() { *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -543,7 +543,7 @@ public int getUrisCount() { *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -561,7 +561,7 @@ public java.lang.String getUris(int index) { *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -579,7 +579,7 @@ public com.google.protobuf.ByteString getUrisBytes(int index) { *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -605,7 +605,7 @@ public Builder setUris(int index, java.lang.String value) { *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -630,7 +630,7 @@ public Builder addUris(java.lang.String value) { *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -652,7 +652,7 @@ public Builder addAllUris(java.lang.Iterable values) { *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* @@ -673,7 +673,7 @@ public Builder clearUris() { *
      * Required. Google Cloud Storage URIs for the inputs. A URI is of the
      * form:
-     *   gs://bucket/object-prefix-or-name
+     * `gs://bucket/object-prefix-or-name`
      * Whether a prefix or name is used depends on the use case.
      * 
* diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsSourcesOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsSourcesOrBuilder.java index 1780e99836f8..9388c04f2f77 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsSourcesOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/GcsSourcesOrBuilder.java @@ -29,7 +29,7 @@ public interface GcsSourcesOrBuilder *
    * Required. Google Cloud Storage URIs for the inputs. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -44,7 +44,7 @@ public interface GcsSourcesOrBuilder *
    * Required. Google Cloud Storage URIs for the inputs. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -59,7 +59,7 @@ public interface GcsSourcesOrBuilder *
    * Required. Google Cloud Storage URIs for the inputs. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* @@ -75,7 +75,7 @@ public interface GcsSourcesOrBuilder *
    * Required. Google Cloud Storage URIs for the inputs. A URI is of the
    * form:
-   *   gs://bucket/object-prefix-or-name
+   * `gs://bucket/object-prefix-or-name`
    * Whether a prefix or name is used depends on the use case.
    * 
* diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/InputAudioConfig.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/InputAudioConfig.java index 370215f9fae2..f2a133d84a06 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/InputAudioConfig.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/InputAudioConfig.java @@ -225,15 +225,15 @@ public boolean getEnableWordInfo() { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @return A list containing the phraseHints. */ @java.lang.Deprecated @@ -251,15 +251,15 @@ public com.google.protobuf.ProtocolStringList getPhraseHintsList() { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @return The count of phraseHints. */ @java.lang.Deprecated @@ -277,15 +277,15 @@ public int getPhraseHintsCount() { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @param index The index of the element to return. * @return The phraseHints at the given index. */ @@ -304,15 +304,15 @@ public java.lang.String getPhraseHints(int index) { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @param index The index of the value to return. * @return The bytes of the phraseHints at the given index. */ @@ -1707,15 +1707,15 @@ private void ensurePhraseHintsIsMutable() { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @return A list containing the phraseHints. */ @java.lang.Deprecated @@ -1734,15 +1734,15 @@ public com.google.protobuf.ProtocolStringList getPhraseHintsList() { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @return The count of phraseHints. */ @java.lang.Deprecated @@ -1760,15 +1760,15 @@ public int getPhraseHintsCount() { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @param index The index of the element to return. * @return The phraseHints at the given index. */ @@ -1787,15 +1787,15 @@ public java.lang.String getPhraseHints(int index) { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @param index The index of the value to return. * @return The bytes of the phraseHints at the given index. */ @@ -1814,15 +1814,15 @@ public com.google.protobuf.ByteString getPhraseHintsBytes(int index) { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @param index The index to set the value at. * @param value The phraseHints to set. * @return This builder for chaining. @@ -1849,15 +1849,15 @@ public Builder setPhraseHints(int index, java.lang.String value) { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @param value The phraseHints to add. * @return This builder for chaining. */ @@ -1883,15 +1883,15 @@ public Builder addPhraseHints(java.lang.String value) { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @param values The phraseHints to add. * @return This builder for chaining. */ @@ -1914,15 +1914,15 @@ public Builder addAllPhraseHints(java.lang.Iterable values) { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @return This builder for chaining. */ @java.lang.Deprecated @@ -1944,15 +1944,15 @@ public Builder clearPhraseHints() { * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @param value The bytes of the phraseHints to add. * @return This builder for chaining. */ diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/InputAudioConfigOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/InputAudioConfigOrBuilder.java index f9316941a8f5..2796ffcc9191 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/InputAudioConfigOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/InputAudioConfigOrBuilder.java @@ -130,15 +130,15 @@ public interface InputAudioConfigOrBuilder * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @return A list containing the phraseHints. */ @java.lang.Deprecated @@ -154,15 +154,15 @@ public interface InputAudioConfigOrBuilder * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @return The count of phraseHints. */ @java.lang.Deprecated @@ -178,15 +178,15 @@ public interface InputAudioConfigOrBuilder * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @param index The index of the element to return. * @return The phraseHints at the given index. */ @@ -203,15 +203,15 @@ public interface InputAudioConfigOrBuilder * documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) * for more details. * - * This field is deprecated. Please use [speech_contexts]() instead. If you - * specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - * treat the [phrase_hints]() as a single additional [SpeechContext](). + * This field is deprecated. Please use [`speech_contexts`]() instead. If you + * specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + * treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). * * * repeated string phrase_hints = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.InputAudioConfig.phrase_hints is deprecated. See - * google/cloud/dialogflow/v2beta1/audio_config.proto;l=172 + * google/cloud/dialogflow/v2beta1/audio_config.proto;l=174 * @param index The index of the value to return. * @return The bytes of the phraseHints at the given index. */ diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/QueryInput.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/QueryInput.java index ad6037274283..1280ff78b56a 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/QueryInput.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/QueryInput.java @@ -24,12 +24,12 @@ *
  * Represents the query input. It can contain either:
  *
- * 1.  An audio config which
- *     instructs the speech recognizer how to process the speech audio.
+ * 1. An audio config which instructs the speech recognizer how to process the
+ * speech audio.
  *
- * 2.  A conversational query in the form of text.
+ * 2. A conversational query in the form of text.
  *
- * 3.  An event that specifies which intent to trigger.
+ * 3. An event that specifies which intent to trigger.
  * 
* * Protobuf type {@code google.cloud.dialogflow.v2beta1.QueryInput} @@ -551,12 +551,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build *
    * Represents the query input. It can contain either:
    *
-   * 1.  An audio config which
-   *     instructs the speech recognizer how to process the speech audio.
+   * 1. An audio config which instructs the speech recognizer how to process the
+   * speech audio.
    *
-   * 2.  A conversational query in the form of text.
+   * 2. A conversational query in the form of text.
    *
-   * 3.  An event that specifies which intent to trigger.
+   * 3. An event that specifies which intent to trigger.
    * 
* * Protobuf type {@code google.cloud.dialogflow.v2beta1.QueryInput} diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/QueryResult.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/QueryResult.java index feecbf6a52dd..ba2dd7017d9d 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/QueryResult.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/QueryResult.java @@ -281,16 +281,14 @@ public com.google.protobuf.ByteString getActionBytes() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -311,16 +309,14 @@ public boolean hasParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -341,16 +337,14 @@ public com.google.protobuf.Struct getParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2315,16 +2309,14 @@ public Builder setActionBytes(com.google.protobuf.ByteString value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2344,16 +2336,14 @@ public boolean hasParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2377,16 +2367,14 @@ public com.google.protobuf.Struct getParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2414,16 +2402,14 @@ public Builder setParameters(com.google.protobuf.Struct value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2448,16 +2434,14 @@ public Builder setParameters(com.google.protobuf.Struct.Builder builderForValue) * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2488,16 +2472,14 @@ public Builder mergeParameters(com.google.protobuf.Struct value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2522,16 +2504,14 @@ public Builder clearParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2551,16 +2531,14 @@ public com.google.protobuf.Struct.Builder getParametersBuilder() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -2582,16 +2560,14 @@ public com.google.protobuf.StructOrBuilder getParametersOrBuilder() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/QueryResultOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/QueryResultOrBuilder.java index 0c8790b6a29f..dcf630c44675 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/QueryResultOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/QueryResultOrBuilder.java @@ -151,16 +151,14 @@ public interface QueryResultOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -178,16 +176,14 @@ public interface QueryResultOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -205,16 +201,14 @@ public interface QueryResultOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/StreamingDetectIntentRequest.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/StreamingDetectIntentRequest.java index 9ccae010790c..a61f98a7e974 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/StreamingDetectIntentRequest.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/StreamingDetectIntentRequest.java @@ -255,12 +255,12 @@ public com.google.cloud.dialogflow.v2beta1.QueryParametersOrBuilder getQueryPara *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config which instructs the speech recognizer how to process
-   *     the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -279,12 +279,12 @@ public boolean hasQueryInput() { *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config which instructs the speech recognizer how to process
-   *     the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -305,12 +305,12 @@ public com.google.cloud.dialogflow.v2beta1.QueryInput getQueryInput() { *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config which instructs the speech recognizer how to process
-   *     the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -344,7 +344,7 @@ public com.google.cloud.dialogflow.v2beta1.QueryInputOrBuilder getQueryInputOrBu * bool single_utterance = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.StreamingDetectIntentRequest.single_utterance is - * deprecated. See google/cloud/dialogflow/v2beta1/session.proto;l=564 + * deprecated. See google/cloud/dialogflow/v2beta1/session.proto;l=562 * @return The singleUtterance. */ @java.lang.Override @@ -1527,12 +1527,12 @@ public com.google.cloud.dialogflow.v2beta1.QueryParametersOrBuilder getQueryPara *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1550,12 +1550,12 @@ public boolean hasQueryInput() { *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1579,12 +1579,12 @@ public com.google.cloud.dialogflow.v2beta1.QueryInput getQueryInput() { *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1610,12 +1610,12 @@ public Builder setQueryInput(com.google.cloud.dialogflow.v2beta1.QueryInput valu *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1639,12 +1639,12 @@ public Builder setQueryInput( *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1673,12 +1673,12 @@ public Builder mergeQueryInput(com.google.cloud.dialogflow.v2beta1.QueryInput va *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1701,12 +1701,12 @@ public Builder clearQueryInput() { *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1724,12 +1724,12 @@ public com.google.cloud.dialogflow.v2beta1.QueryInput.Builder getQueryInputBuild *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1751,12 +1751,12 @@ public com.google.cloud.dialogflow.v2beta1.QueryInputOrBuilder getQueryInputOrBu *
      * Required. The input specification. It can be set to:
      *
-     * 1.  an audio config which instructs the speech recognizer how to process
-     *     the speech audio,
+     * 1. an audio config which instructs the speech recognizer how to process
+     * the speech audio,
      *
-     * 2.  a conversational query in the form of text, or
+     * 2. a conversational query in the form of text, or
      *
-     * 3.  an event that specifies which intent to trigger.
+     * 3. an event that specifies which intent to trigger.
      * 
* * @@ -1799,7 +1799,7 @@ public com.google.cloud.dialogflow.v2beta1.QueryInputOrBuilder getQueryInputOrBu * bool single_utterance = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.StreamingDetectIntentRequest.single_utterance is - * deprecated. See google/cloud/dialogflow/v2beta1/session.proto;l=564 + * deprecated. See google/cloud/dialogflow/v2beta1/session.proto;l=562 * @return The singleUtterance. */ @java.lang.Override @@ -1825,7 +1825,7 @@ public boolean getSingleUtterance() { * bool single_utterance = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.StreamingDetectIntentRequest.single_utterance is - * deprecated. See google/cloud/dialogflow/v2beta1/session.proto;l=564 + * deprecated. See google/cloud/dialogflow/v2beta1/session.proto;l=562 * @param value The singleUtterance to set. * @return This builder for chaining. */ @@ -1855,7 +1855,7 @@ public Builder setSingleUtterance(boolean value) { * bool single_utterance = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.StreamingDetectIntentRequest.single_utterance is - * deprecated. See google/cloud/dialogflow/v2beta1/session.proto;l=564 + * deprecated. See google/cloud/dialogflow/v2beta1/session.proto;l=562 * @return This builder for chaining. */ @java.lang.Deprecated diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/StreamingDetectIntentRequestOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/StreamingDetectIntentRequestOrBuilder.java index 9ea43402832e..c890c7cb1b5e 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/StreamingDetectIntentRequestOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/StreamingDetectIntentRequestOrBuilder.java @@ -139,12 +139,12 @@ public interface StreamingDetectIntentRequestOrBuilder *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config which instructs the speech recognizer how to process
-   *     the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -160,12 +160,12 @@ public interface StreamingDetectIntentRequestOrBuilder *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config which instructs the speech recognizer how to process
-   *     the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -181,12 +181,12 @@ public interface StreamingDetectIntentRequestOrBuilder *
    * Required. The input specification. It can be set to:
    *
-   * 1.  an audio config which instructs the speech recognizer how to process
-   *     the speech audio,
+   * 1. an audio config which instructs the speech recognizer how to process
+   * the speech audio,
    *
-   * 2.  a conversational query in the form of text, or
+   * 2. a conversational query in the form of text, or
    *
-   * 3.  an event that specifies which intent to trigger.
+   * 3. an event that specifies which intent to trigger.
    * 
* * @@ -213,7 +213,7 @@ public interface StreamingDetectIntentRequestOrBuilder * bool single_utterance = 4 [deprecated = true]; * * @deprecated google.cloud.dialogflow.v2beta1.StreamingDetectIntentRequest.single_utterance is - * deprecated. See google/cloud/dialogflow/v2beta1/session.proto;l=564 + * deprecated. See google/cloud/dialogflow/v2beta1/session.proto;l=562 * @return The singleUtterance. */ @java.lang.Deprecated diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/SuggestionInput.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/SuggestionInput.java index da8eae57525a..22bac355de3e 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/SuggestionInput.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/SuggestionInput.java @@ -197,16 +197,14 @@ public com.google.cloud.dialogflow.v2beta1.TextInputOrBuilder getTextOverrideOrB * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -236,16 +234,14 @@ public boolean hasParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -275,16 +271,14 @@ public com.google.protobuf.Struct getParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -1131,16 +1125,14 @@ public com.google.cloud.dialogflow.v2beta1.TextInputOrBuilder getTextOverrideOrB * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -1169,16 +1161,14 @@ public boolean hasParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -1211,16 +1201,14 @@ public com.google.protobuf.Struct getParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -1257,16 +1245,14 @@ public Builder setParameters(com.google.protobuf.Struct value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -1300,16 +1286,14 @@ public Builder setParameters(com.google.protobuf.Struct.Builder builderForValue) * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -1349,16 +1333,14 @@ public Builder mergeParameters(com.google.protobuf.Struct value) { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -1392,16 +1374,14 @@ public Builder clearParameters() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -1430,16 +1410,14 @@ public com.google.protobuf.Struct.Builder getParametersBuilder() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -1470,16 +1448,14 @@ public com.google.protobuf.StructOrBuilder getParametersOrBuilder() { * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/SuggestionInputOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/SuggestionInputOrBuilder.java index c75fd4b590cc..b88f2d62ffa7 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/SuggestionInputOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/SuggestionInputOrBuilder.java @@ -115,16 +115,14 @@ public interface SuggestionInputOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -151,16 +149,14 @@ public interface SuggestionInputOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; @@ -187,16 +183,14 @@ public interface SuggestionInputOrBuilder * map, associative array, symbol table, dictionary, or JSON object * composed of a collection of (MapKey, MapValue) pairs: * - * - MapKey type: string - * - MapKey value: parameter name - * - MapValue type: - * - If parameter's entity type is a composite entity: map - * - Else: depending on parameter value type, could be one of string, - * number, boolean, null, list or map - * - MapValue value: - * - If parameter's entity type is a composite entity: - * map from composite entity property names to property values - * - Else: parameter value + * * MapKey type: string + * * MapKey value: parameter name + * * MapValue type: If parameter's entity type is a composite entity then use + * map, otherwise, depending on the parameter value type, it could be one of + * string, number, boolean, null, list or map. + * * MapValue value: If parameter's entity type is a composite entity then use + * map from composite entity property names to property values, otherwise, + * use parameter value. * * * .google.protobuf.Struct parameters = 4; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ValidationError.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ValidationError.java index 5484869316ce..914a32b96670 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ValidationError.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ValidationError.java @@ -316,16 +316,16 @@ public com.google.cloud.dialogflow.v2beta1.ValidationError.Severity getSeverity( * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -343,16 +343,16 @@ public com.google.protobuf.ProtocolStringList getEntriesList() { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -370,16 +370,16 @@ public int getEntriesCount() { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -398,16 +398,16 @@ public java.lang.String getEntries(int index) { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -985,16 +985,16 @@ private void ensureEntriesIsMutable() { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -1013,16 +1013,16 @@ public com.google.protobuf.ProtocolStringList getEntriesList() { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -1040,16 +1040,16 @@ public int getEntriesCount() { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -1068,16 +1068,16 @@ public java.lang.String getEntries(int index) { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -1096,16 +1096,16 @@ public com.google.protobuf.ByteString getEntriesBytes(int index) { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -1132,16 +1132,16 @@ public Builder setEntries(int index, java.lang.String value) { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -1167,16 +1167,16 @@ public Builder addEntries(java.lang.String value) { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -1199,16 +1199,16 @@ public Builder addAllEntries(java.lang.Iterable values) { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -1230,16 +1230,16 @@ public Builder clearEntries() { * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ValidationErrorOrBuilder.java b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ValidationErrorOrBuilder.java index f064fe524ed0..0f2e423d026e 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ValidationErrorOrBuilder.java +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ValidationErrorOrBuilder.java @@ -55,16 +55,16 @@ public interface ValidationErrorOrBuilder * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -80,16 +80,16 @@ public interface ValidationErrorOrBuilder * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -105,16 +105,16 @@ public interface ValidationErrorOrBuilder * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * @@ -131,16 +131,16 @@ public interface ValidationErrorOrBuilder * The names of the entries that the error is associated with. * Format: * - * - "projects/<Project ID>/agent", if the error is associated with the entire + * - `projects/<Project ID>/agent`, if the error is associated with the entire * agent. - * - "projects/<Project ID>/agent/intents/<Intent ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is * associated with certain intents. - * - "projects/<Project - * ID>/agent/intents/<Intent Id>/trainingPhrases/<Training Phrase ID>", if the - * error is associated with certain intent training phrases. - * - "projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter - * ID>", if the error is associated with certain intent parameters. - * - "projects/<Project ID>/agent/entities/<Entity ID>", if the error is + * - `projects/<Project ID>/agent/intents/<Intent + * Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with + * certain intent training phrases. + * - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter + * ID>`, if the error is associated with certain intent parameters. + * - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is * associated with certain entities. * * diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/audio_config.proto b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/audio_config.proto index 4c39fbc85563..621db5087fad 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/audio_config.proto +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/audio_config.proto @@ -115,6 +115,7 @@ message SpeechWordInfo { // // The flow goes like below: // +// ``` // --> Time // // without speech detection | utterance only | utterance or no-speech event @@ -122,6 +123,7 @@ message SpeechWordInfo { // +-------------+ | +------------+ | +---------------+ // ----------+ no barge-in +-|-+ barge-in +-|-+ normal period +----------- // +-------------+ | +------------+ | +---------------+ +// ``` // // No-speech event is a response with END_OF_UTTERANCE without any transcript // following up. @@ -167,9 +169,9 @@ message InputAudioConfig { // documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) // for more details. // - // This field is deprecated. Please use [speech_contexts]() instead. If you - // specify both [phrase_hints]() and [speech_contexts](), Dialogflow will - // treat the [phrase_hints]() as a single additional [SpeechContext](). + // This field is deprecated. Please use [`speech_contexts`]() instead. If you + // specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will + // treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). repeated string phrase_hints = 4 [deprecated = true]; // Context information to assist speech recognition. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/context.proto b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/context.proto index c9210ad1f21c..95d25919c376 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/context.proto +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/context.proto @@ -190,7 +190,7 @@ message Context { // ID>/contexts/`, // // The `Context ID` is always converted to lowercase, may only contain - // characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + // characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. // // If `Environment ID` is not specified, we assume default 'draft' // environment. If `User ID` is not specified, we assume default '-' user. @@ -215,16 +215,14 @@ message Context { // map, associative array, symbol table, dictionary, or JSON object // composed of a collection of (MapKey, MapValue) pairs: // - // - MapKey type: string - // - MapKey value: parameter name - // - MapValue type: - // - If parameter's entity type is a composite entity: map - // - Else: depending on parameter value type, could be one of string, - // number, boolean, null, list or map - // - MapValue value: - // - If parameter's entity type is a composite entity: - // map from composite entity property names to property values - // - Else: parameter value + // * MapKey type: string + // * MapKey value: parameter name + // * MapValue type: If parameter's entity type is a composite entity then use + // map, otherwise, depending on the parameter value type, it could be one of + // string, number, boolean, null, list or map. + // * MapValue value: If parameter's entity type is a composite entity then use + // map from composite entity property names to property values, otherwise, + // use parameter value. google.protobuf.Struct parameters = 3; } diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/conversation.proto b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/conversation.proto index 05edaf625490..80de2d2cf76e 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/conversation.proto +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/conversation.proto @@ -290,7 +290,7 @@ message CreateConversationRequest { // auto-generated one to you. // // The conversation ID must be compliant with the regression fomula - // "[a-zA-Z][a-zA-Z0-9_-]*" with the characters length in range of [3,64]. + // `[a-zA-Z][a-zA-Z0-9_-]*` with the characters length in range of [3,64]. // If the field is provided, the caller is resposible for // 1. the uniqueness of the ID, otherwise the request will be rejected. // 2. the consistency for whether to use custom ID or not under a project to diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/gcs.proto b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/gcs.proto index 00e51f5a2c6b..02c31734f506 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/gcs.proto +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/gcs.proto @@ -30,7 +30,7 @@ option objc_class_prefix = "DF"; message GcsSources { // Required. Google Cloud Storage URIs for the inputs. A URI is of the // form: - // gs://bucket/object-prefix-or-name + // `gs://bucket/object-prefix-or-name` // Whether a prefix or name is used depends on the use case. repeated string uris = 2 [(google.api.field_behavior) = REQUIRED]; } @@ -39,7 +39,7 @@ message GcsSources { message GcsSource { // Required. The Google Cloud Storage URIs for the inputs. A URI is of the // form: - // gs://bucket/object-prefix-or-name + // `gs://bucket/object-prefix-or-name` // Whether a prefix or name is used depends on the use case. string uri = 1; } @@ -48,7 +48,7 @@ message GcsSource { message GcsDestination { // Required. The Google Cloud Storage URIs for the output. A URI is of the // form: - // gs://bucket/object-prefix-or-name + // `gs://bucket/object-prefix-or-name` // Whether a prefix or name is used depends on the use case. The requesting // user must have "write-permission" to the bucket. string uri = 1; diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/participant.proto b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/participant.proto index 93cfe6ea1d2a..6a24e9703686 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/participant.proto +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/participant.proto @@ -568,16 +568,14 @@ message SuggestionInput { // map, associative array, symbol table, dictionary, or JSON object // composed of a collection of (MapKey, MapValue) pairs: // - // - MapKey type: string - // - MapKey value: parameter name - // - MapValue type: - // - If parameter's entity type is a composite entity: map - // - Else: depending on parameter value type, could be one of string, - // number, boolean, null, list or map - // - MapValue value: - // - If parameter's entity type is a composite entity: - // map from composite entity property names to property values - // - Else: parameter value + // * MapKey type: string + // * MapKey value: parameter name + // * MapValue type: If parameter's entity type is a composite entity then use + // map, otherwise, depending on the parameter value type, it could be one of + // string, number, boolean, null, list or map. + // * MapValue value: If parameter's entity type is a composite entity then use + // map from composite entity property names to property values, otherwise, + // use parameter value. google.protobuf.Struct parameters = 4; // The intent to be triggered on V3 agent. @@ -720,12 +718,12 @@ message AnalyzeContentRequest { // participant. // // Given two messages under the same participant: - // - If send time are different regardless of whether the content of the - // messages are exactly the same, the conversation will regard them as - // two distinct messages sent by the participant. - // - If send time is the same regardless of whether the content of the - // messages are exactly the same, the conversation will regard them as - // same message, and ignore the message received later. + // * If send time are different regardless of whether the content of the + // messages are exactly the same, the conversation will regard them as + // two distinct messages sent by the participant. + // * If send time is the same regardless of whether the content of the + // messages are exactly the same, the conversation will regard them as + // same message, and ignore the message received later. // // If the value is not provided, a new request will always be regarded as a // new message without any de-duplication. diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/session.proto b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/session.proto index 2577f07cc3a3..e7523e63a59c 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/session.proto +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/session.proto @@ -146,12 +146,12 @@ message DetectIntentRequest { // Required. The input specification. It can be set to: // - // 1. an audio config - // which instructs the speech recognizer how to process the speech audio, + // 1. an audio config which instructs the speech recognizer how to process + // the speech audio, // - // 2. a conversational query in the form of text, or + // 2. a conversational query in the form of text, or // - // 3. an event that specifies which intent to trigger. + // 3. an event that specifies which intent to trigger. QueryInput query_input = 3 [(google.api.field_behavior) = REQUIRED]; // Instructs the speech synthesizer how to generate the output @@ -275,12 +275,12 @@ message QueryParameters { // Represents the query input. It can contain either: // -// 1. An audio config which -// instructs the speech recognizer how to process the speech audio. +// 1. An audio config which instructs the speech recognizer how to process the +// speech audio. // -// 2. A conversational query in the form of text. +// 2. A conversational query in the form of text. // -// 3. An event that specifies which intent to trigger. +// 3. An event that specifies which intent to trigger. message QueryInput { // Required. The input specification. oneof input { @@ -337,16 +337,14 @@ message QueryResult { // map, associative array, symbol table, dictionary, or JSON object // composed of a collection of (MapKey, MapValue) pairs: // - // - MapKey type: string - // - MapKey value: parameter name - // - MapValue type: - // - If parameter's entity type is a composite entity: map - // - Else: depending on parameter value type, could be one of string, - // number, boolean, null, list or map - // - MapValue value: - // - If parameter's entity type is a composite entity: - // map from composite entity property names to property values - // - Else: parameter value + // * MapKey type: string + // * MapKey value: parameter name + // * MapValue type: If parameter's entity type is a composite entity then use + // map, otherwise, depending on the parameter value type, it could be one of + // string, number, boolean, null, list or map. + // * MapValue value: If parameter's entity type is a composite entity then use + // map from composite entity property names to property values, otherwise, + // use parameter value. google.protobuf.Struct parameters = 4; // This field is set to: @@ -545,12 +543,12 @@ message StreamingDetectIntentRequest { // Required. The input specification. It can be set to: // - // 1. an audio config which instructs the speech recognizer how to process - // the speech audio, + // 1. an audio config which instructs the speech recognizer how to process + // the speech audio, // - // 2. a conversational query in the form of text, or + // 2. a conversational query in the form of text, or // - // 3. an event that specifies which intent to trigger. + // 3. an event that specifies which intent to trigger. QueryInput query_input = 3 [(google.api.field_behavior) = REQUIRED]; // DEPRECATED. Please use @@ -857,16 +855,14 @@ message EventInput { // map, associative array, symbol table, dictionary, or JSON object // composed of a collection of (MapKey, MapValue) pairs: // - // - MapKey type: string - // - MapKey value: parameter name - // - MapValue type: - // - If parameter's entity type is a composite entity: map - // - Else: depending on parameter value type, could be one of string, - // number, boolean, null, list or map - // - MapValue value: - // - If parameter's entity type is a composite entity: - // map from composite entity property names to property values - // - Else: parameter value + // * MapKey type: string + // * MapKey value: parameter name + // * MapValue type: If parameter's entity type is a composite entity then use + // map, otherwise, depending on the parameter value type, it could be one of + // string, number, boolean, null, list or map. + // * MapValue value: If parameter's entity type is a composite entity then use + // map from composite entity property names to property values, otherwise, + // use parameter value. google.protobuf.Struct parameters = 2; // Required. The language of this query. See [Language diff --git a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/validation_result.proto b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/validation_result.proto index 7b8c40e89f0d..d1fb7a5494ba 100644 --- a/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/validation_result.proto +++ b/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/validation_result.proto @@ -50,16 +50,16 @@ message ValidationError { // The names of the entries that the error is associated with. // Format: // - // - "projects//agent", if the error is associated with the entire + // - `projects//agent`, if the error is associated with the entire // agent. - // - "projects//agent/intents/", if the error is + // - `projects//agent/intents/`, if the error is // associated with certain intents. - // - "projects//agent/intents//trainingPhrases/", if the - // error is associated with certain intent training phrases. - // - "projects//agent/intents//parameters/", if the error is associated with certain intent parameters. - // - "projects//agent/entities/", if the error is + // - `projects//agent/intents//trainingPhrases/`, if the error is associated with + // certain intent training phrases. + // - `projects//agent/intents//parameters/`, if the error is associated with certain intent parameters. + // - `projects//agent/entities/`, if the error is // associated with certain entities. repeated string entries = 3;