All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dialogflow.v2.DetectIntentRequest Maven / Gradle / Ivy

There is a newer version: 4.59.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dialogflow/v2/session.proto

// Protobuf Java Version: 3.25.4
package com.google.cloud.dialogflow.v2;

/**
 *
 *
 * 
 * The request to detect user's intent.
 * 
* * Protobuf type {@code google.cloud.dialogflow.v2.DetectIntentRequest} */ public final class DetectIntentRequest extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.dialogflow.v2.DetectIntentRequest) DetectIntentRequestOrBuilder { private static final long serialVersionUID = 0L; // Use DetectIntentRequest.newBuilder() to construct. private DetectIntentRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private DetectIntentRequest() { session_ = ""; inputAudio_ = com.google.protobuf.ByteString.EMPTY; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new DetectIntentRequest(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.dialogflow.v2.SessionProto .internal_static_google_cloud_dialogflow_v2_DetectIntentRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.dialogflow.v2.SessionProto .internal_static_google_cloud_dialogflow_v2_DetectIntentRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.dialogflow.v2.DetectIntentRequest.class, com.google.cloud.dialogflow.v2.DetectIntentRequest.Builder.class); } private int bitField0_; public static final int SESSION_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object session_ = ""; /** * * *
   * Required. The name of the session this query is sent to. Format:
   * `projects/<Project ID>/agent/sessions/<Session ID>`, or
   * `projects/<Project ID>/agent/environments/<Environment ID>/users/<User
   * ID>/sessions/<Session ID>`. If `Environment ID` is not specified, we assume
   * default 'draft' environment (`Environment ID` might be referred to as
   * environment name at some places). If `User ID` is not specified, we are
   * using "-". It's up to the API caller to choose an appropriate `Session ID`
   * and `User Id`. They can be a random number or some type of user and session
   * identifiers (preferably hashed). The length of the `Session ID` and
   * `User ID` must not exceed 36 characters.
   *
   * For more information, see the [API interactions
   * guide](https://cloud.google.com/dialogflow/docs/api-overview).
   *
   * Note: Always use agent versions for production traffic.
   * See [Versions and
   * environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
   * 
* * * string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * * * @return The session. */ @java.lang.Override public java.lang.String getSession() { java.lang.Object ref = session_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); session_ = s; return s; } } /** * * *
   * Required. The name of the session this query is sent to. Format:
   * `projects/<Project ID>/agent/sessions/<Session ID>`, or
   * `projects/<Project ID>/agent/environments/<Environment ID>/users/<User
   * ID>/sessions/<Session ID>`. If `Environment ID` is not specified, we assume
   * default 'draft' environment (`Environment ID` might be referred to as
   * environment name at some places). If `User ID` is not specified, we are
   * using "-". It's up to the API caller to choose an appropriate `Session ID`
   * and `User Id`. They can be a random number or some type of user and session
   * identifiers (preferably hashed). The length of the `Session ID` and
   * `User ID` must not exceed 36 characters.
   *
   * For more information, see the [API interactions
   * guide](https://cloud.google.com/dialogflow/docs/api-overview).
   *
   * Note: Always use agent versions for production traffic.
   * See [Versions and
   * environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
   * 
* * * string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * * * @return The bytes for session. */ @java.lang.Override public com.google.protobuf.ByteString getSessionBytes() { java.lang.Object ref = session_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); session_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int QUERY_PARAMS_FIELD_NUMBER = 2; private com.google.cloud.dialogflow.v2.QueryParameters queryParams_; /** * * *
   * The parameters of this query.
   * 
* * .google.cloud.dialogflow.v2.QueryParameters query_params = 2; * * @return Whether the queryParams field is set. */ @java.lang.Override public boolean hasQueryParams() { return ((bitField0_ & 0x00000001) != 0); } /** * * *
   * The parameters of this query.
   * 
* * .google.cloud.dialogflow.v2.QueryParameters query_params = 2; * * @return The queryParams. */ @java.lang.Override public com.google.cloud.dialogflow.v2.QueryParameters getQueryParams() { return queryParams_ == null ? com.google.cloud.dialogflow.v2.QueryParameters.getDefaultInstance() : queryParams_; } /** * * *
   * The parameters of this query.
   * 
* * .google.cloud.dialogflow.v2.QueryParameters query_params = 2; */ @java.lang.Override public com.google.cloud.dialogflow.v2.QueryParametersOrBuilder getQueryParamsOrBuilder() { return queryParams_ == null ? com.google.cloud.dialogflow.v2.QueryParameters.getDefaultInstance() : queryParams_; } public static final int QUERY_INPUT_FIELD_NUMBER = 3; private com.google.cloud.dialogflow.v2.QueryInput queryInput_; /** * * *
   * Required. The input specification. It can be set to:
   *
   * 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
   *
   * 3. an event that specifies which intent to trigger.
   * 
* * * .google.cloud.dialogflow.v2.QueryInput query_input = 3 [(.google.api.field_behavior) = REQUIRED]; * * * @return Whether the queryInput field is set. */ @java.lang.Override public boolean hasQueryInput() { return ((bitField0_ & 0x00000002) != 0); } /** * * *
   * Required. The input specification. It can be set to:
   *
   * 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
   *
   * 3. an event that specifies which intent to trigger.
   * 
* * * .google.cloud.dialogflow.v2.QueryInput query_input = 3 [(.google.api.field_behavior) = REQUIRED]; * * * @return The queryInput. */ @java.lang.Override public com.google.cloud.dialogflow.v2.QueryInput getQueryInput() { return queryInput_ == null ? com.google.cloud.dialogflow.v2.QueryInput.getDefaultInstance() : queryInput_; } /** * * *
   * Required. The input specification. It can be set to:
   *
   * 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
   *
   * 3. an event that specifies which intent to trigger.
   * 
* * * .google.cloud.dialogflow.v2.QueryInput query_input = 3 [(.google.api.field_behavior) = REQUIRED]; * */ @java.lang.Override public com.google.cloud.dialogflow.v2.QueryInputOrBuilder getQueryInputOrBuilder() { return queryInput_ == null ? com.google.cloud.dialogflow.v2.QueryInput.getDefaultInstance() : queryInput_; } public static final int OUTPUT_AUDIO_CONFIG_FIELD_NUMBER = 4; private com.google.cloud.dialogflow.v2.OutputAudioConfig outputAudioConfig_; /** * * *
   * Instructs the speech synthesizer how to generate the output
   * audio. If this field is not set and agent-level speech synthesizer is not
   * configured, no output audio is generated.
   * 
* * .google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 4; * * @return Whether the outputAudioConfig field is set. */ @java.lang.Override public boolean hasOutputAudioConfig() { return ((bitField0_ & 0x00000004) != 0); } /** * * *
   * Instructs the speech synthesizer how to generate the output
   * audio. If this field is not set and agent-level speech synthesizer is not
   * configured, no output audio is generated.
   * 
* * .google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 4; * * @return The outputAudioConfig. */ @java.lang.Override public com.google.cloud.dialogflow.v2.OutputAudioConfig getOutputAudioConfig() { return outputAudioConfig_ == null ? com.google.cloud.dialogflow.v2.OutputAudioConfig.getDefaultInstance() : outputAudioConfig_; } /** * * *
   * Instructs the speech synthesizer how to generate the output
   * audio. If this field is not set and agent-level speech synthesizer is not
   * configured, no output audio is generated.
   * 
* * .google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 4; */ @java.lang.Override public com.google.cloud.dialogflow.v2.OutputAudioConfigOrBuilder getOutputAudioConfigOrBuilder() { return outputAudioConfig_ == null ? com.google.cloud.dialogflow.v2.OutputAudioConfig.getDefaultInstance() : outputAudioConfig_; } public static final int OUTPUT_AUDIO_CONFIG_MASK_FIELD_NUMBER = 7; private com.google.protobuf.FieldMask outputAudioConfigMask_; /** * * *
   * Mask for
   * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
   * indicating which settings in this request-level config should override
   * speech synthesizer settings defined at agent-level.
   *
   * If unspecified or empty,
   * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
   * replaces the agent-level config in its entirety.
   * 
* * .google.protobuf.FieldMask output_audio_config_mask = 7; * * @return Whether the outputAudioConfigMask field is set. */ @java.lang.Override public boolean hasOutputAudioConfigMask() { return ((bitField0_ & 0x00000008) != 0); } /** * * *
   * Mask for
   * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
   * indicating which settings in this request-level config should override
   * speech synthesizer settings defined at agent-level.
   *
   * If unspecified or empty,
   * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
   * replaces the agent-level config in its entirety.
   * 
* * .google.protobuf.FieldMask output_audio_config_mask = 7; * * @return The outputAudioConfigMask. */ @java.lang.Override public com.google.protobuf.FieldMask getOutputAudioConfigMask() { return outputAudioConfigMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : outputAudioConfigMask_; } /** * * *
   * Mask for
   * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
   * indicating which settings in this request-level config should override
   * speech synthesizer settings defined at agent-level.
   *
   * If unspecified or empty,
   * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
   * replaces the agent-level config in its entirety.
   * 
* * .google.protobuf.FieldMask output_audio_config_mask = 7; */ @java.lang.Override public com.google.protobuf.FieldMaskOrBuilder getOutputAudioConfigMaskOrBuilder() { return outputAudioConfigMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : outputAudioConfigMask_; } public static final int INPUT_AUDIO_FIELD_NUMBER = 5; private com.google.protobuf.ByteString inputAudio_ = com.google.protobuf.ByteString.EMPTY; /** * * *
   * The natural language speech audio to be processed. This field
   * should be populated iff `query_input` is set to an input audio config.
   * A single request can contain up to 1 minute of speech audio data.
   * 
* * bytes input_audio = 5; * * @return The inputAudio. */ @java.lang.Override public com.google.protobuf.ByteString getInputAudio() { return inputAudio_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(session_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, session_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(2, getQueryParams()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(3, getQueryInput()); } if (((bitField0_ & 0x00000004) != 0)) { output.writeMessage(4, getOutputAudioConfig()); } if (!inputAudio_.isEmpty()) { output.writeBytes(5, inputAudio_); } if (((bitField0_ & 0x00000008) != 0)) { output.writeMessage(7, getOutputAudioConfigMask()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(session_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, session_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getQueryParams()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getQueryInput()); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getOutputAudioConfig()); } if (!inputAudio_.isEmpty()) { size += com.google.protobuf.CodedOutputStream.computeBytesSize(5, inputAudio_); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getOutputAudioConfigMask()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.cloud.dialogflow.v2.DetectIntentRequest)) { return super.equals(obj); } com.google.cloud.dialogflow.v2.DetectIntentRequest other = (com.google.cloud.dialogflow.v2.DetectIntentRequest) obj; if (!getSession().equals(other.getSession())) return false; if (hasQueryParams() != other.hasQueryParams()) return false; if (hasQueryParams()) { if (!getQueryParams().equals(other.getQueryParams())) return false; } if (hasQueryInput() != other.hasQueryInput()) return false; if (hasQueryInput()) { if (!getQueryInput().equals(other.getQueryInput())) return false; } if (hasOutputAudioConfig() != other.hasOutputAudioConfig()) return false; if (hasOutputAudioConfig()) { if (!getOutputAudioConfig().equals(other.getOutputAudioConfig())) return false; } if (hasOutputAudioConfigMask() != other.hasOutputAudioConfigMask()) return false; if (hasOutputAudioConfigMask()) { if (!getOutputAudioConfigMask().equals(other.getOutputAudioConfigMask())) return false; } if (!getInputAudio().equals(other.getInputAudio())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + SESSION_FIELD_NUMBER; hash = (53 * hash) + getSession().hashCode(); if (hasQueryParams()) { hash = (37 * hash) + QUERY_PARAMS_FIELD_NUMBER; hash = (53 * hash) + getQueryParams().hashCode(); } if (hasQueryInput()) { hash = (37 * hash) + QUERY_INPUT_FIELD_NUMBER; hash = (53 * hash) + getQueryInput().hashCode(); } if (hasOutputAudioConfig()) { hash = (37 * hash) + OUTPUT_AUDIO_CONFIG_FIELD_NUMBER; hash = (53 * hash) + getOutputAudioConfig().hashCode(); } if (hasOutputAudioConfigMask()) { hash = (37 * hash) + OUTPUT_AUDIO_CONFIG_MASK_FIELD_NUMBER; hash = (53 * hash) + getOutputAudioConfigMask().hashCode(); } hash = (37 * hash) + INPUT_AUDIO_FIELD_NUMBER; hash = (53 * hash) + getInputAudio().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.dialogflow.v2.DetectIntentRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.dialogflow.v2.DetectIntentRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.dialogflow.v2.DetectIntentRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.dialogflow.v2.DetectIntentRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.dialogflow.v2.DetectIntentRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.dialogflow.v2.DetectIntentRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.dialogflow.v2.DetectIntentRequest parseFrom( java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.dialogflow.v2.DetectIntentRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } public static com.google.cloud.dialogflow.v2.DetectIntentRequest parseDelimitedFrom( java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.dialogflow.v2.DetectIntentRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( PARSER, input, extensionRegistry); } public static com.google.cloud.dialogflow.v2.DetectIntentRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.dialogflow.v2.DetectIntentRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.cloud.dialogflow.v2.DetectIntentRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * * *
   * The request to detect user's intent.
   * 
* * Protobuf type {@code google.cloud.dialogflow.v2.DetectIntentRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.dialogflow.v2.DetectIntentRequest) com.google.cloud.dialogflow.v2.DetectIntentRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.dialogflow.v2.SessionProto .internal_static_google_cloud_dialogflow_v2_DetectIntentRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.dialogflow.v2.SessionProto .internal_static_google_cloud_dialogflow_v2_DetectIntentRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.dialogflow.v2.DetectIntentRequest.class, com.google.cloud.dialogflow.v2.DetectIntentRequest.Builder.class); } // Construct using com.google.cloud.dialogflow.v2.DetectIntentRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getQueryParamsFieldBuilder(); getQueryInputFieldBuilder(); getOutputAudioConfigFieldBuilder(); getOutputAudioConfigMaskFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; session_ = ""; queryParams_ = null; if (queryParamsBuilder_ != null) { queryParamsBuilder_.dispose(); queryParamsBuilder_ = null; } queryInput_ = null; if (queryInputBuilder_ != null) { queryInputBuilder_.dispose(); queryInputBuilder_ = null; } outputAudioConfig_ = null; if (outputAudioConfigBuilder_ != null) { outputAudioConfigBuilder_.dispose(); outputAudioConfigBuilder_ = null; } outputAudioConfigMask_ = null; if (outputAudioConfigMaskBuilder_ != null) { outputAudioConfigMaskBuilder_.dispose(); outputAudioConfigMaskBuilder_ = null; } inputAudio_ = com.google.protobuf.ByteString.EMPTY; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.cloud.dialogflow.v2.SessionProto .internal_static_google_cloud_dialogflow_v2_DetectIntentRequest_descriptor; } @java.lang.Override public com.google.cloud.dialogflow.v2.DetectIntentRequest getDefaultInstanceForType() { return com.google.cloud.dialogflow.v2.DetectIntentRequest.getDefaultInstance(); } @java.lang.Override public com.google.cloud.dialogflow.v2.DetectIntentRequest build() { com.google.cloud.dialogflow.v2.DetectIntentRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.cloud.dialogflow.v2.DetectIntentRequest buildPartial() { com.google.cloud.dialogflow.v2.DetectIntentRequest result = new com.google.cloud.dialogflow.v2.DetectIntentRequest(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.cloud.dialogflow.v2.DetectIntentRequest result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.session_ = session_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { result.queryParams_ = queryParamsBuilder_ == null ? queryParams_ : queryParamsBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000004) != 0)) { result.queryInput_ = queryInputBuilder_ == null ? queryInput_ : queryInputBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000008) != 0)) { result.outputAudioConfig_ = outputAudioConfigBuilder_ == null ? outputAudioConfig_ : outputAudioConfigBuilder_.build(); to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000010) != 0)) { result.outputAudioConfigMask_ = outputAudioConfigMaskBuilder_ == null ? outputAudioConfigMask_ : outputAudioConfigMaskBuilder_.build(); to_bitField0_ |= 0x00000008; } if (((from_bitField0_ & 0x00000020) != 0)) { result.inputAudio_ = inputAudio_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.dialogflow.v2.DetectIntentRequest) { return mergeFrom((com.google.cloud.dialogflow.v2.DetectIntentRequest) other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.cloud.dialogflow.v2.DetectIntentRequest other) { if (other == com.google.cloud.dialogflow.v2.DetectIntentRequest.getDefaultInstance()) return this; if (!other.getSession().isEmpty()) { session_ = other.session_; bitField0_ |= 0x00000001; onChanged(); } if (other.hasQueryParams()) { mergeQueryParams(other.getQueryParams()); } if (other.hasQueryInput()) { mergeQueryInput(other.getQueryInput()); } if (other.hasOutputAudioConfig()) { mergeOutputAudioConfig(other.getOutputAudioConfig()); } if (other.hasOutputAudioConfigMask()) { mergeOutputAudioConfigMask(other.getOutputAudioConfigMask()); } if (other.getInputAudio() != com.google.protobuf.ByteString.EMPTY) { setInputAudio(other.getInputAudio()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { session_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage(getQueryParamsFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 case 26: { input.readMessage(getQueryInputFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000004; break; } // case 26 case 34: { input.readMessage( getOutputAudioConfigFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000008; break; } // case 34 case 42: { inputAudio_ = input.readBytes(); bitField0_ |= 0x00000020; break; } // case 42 case 58: { input.readMessage( getOutputAudioConfigMaskFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000010; break; } // case 58 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object session_ = ""; /** * * *
     * Required. The name of the session this query is sent to. Format:
     * `projects/<Project ID>/agent/sessions/<Session ID>`, or
     * `projects/<Project ID>/agent/environments/<Environment ID>/users/<User
     * ID>/sessions/<Session ID>`. If `Environment ID` is not specified, we assume
     * default 'draft' environment (`Environment ID` might be referred to as
     * environment name at some places). If `User ID` is not specified, we are
     * using "-". It's up to the API caller to choose an appropriate `Session ID`
     * and `User Id`. They can be a random number or some type of user and session
     * identifiers (preferably hashed). The length of the `Session ID` and
     * `User ID` must not exceed 36 characters.
     *
     * For more information, see the [API interactions
     * guide](https://cloud.google.com/dialogflow/docs/api-overview).
     *
     * Note: Always use agent versions for production traffic.
     * See [Versions and
     * environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
     * 
* * * string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * * * @return The session. */ public java.lang.String getSession() { java.lang.Object ref = session_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); session_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * Required. The name of the session this query is sent to. Format:
     * `projects/<Project ID>/agent/sessions/<Session ID>`, or
     * `projects/<Project ID>/agent/environments/<Environment ID>/users/<User
     * ID>/sessions/<Session ID>`. If `Environment ID` is not specified, we assume
     * default 'draft' environment (`Environment ID` might be referred to as
     * environment name at some places). If `User ID` is not specified, we are
     * using "-". It's up to the API caller to choose an appropriate `Session ID`
     * and `User Id`. They can be a random number or some type of user and session
     * identifiers (preferably hashed). The length of the `Session ID` and
     * `User ID` must not exceed 36 characters.
     *
     * For more information, see the [API interactions
     * guide](https://cloud.google.com/dialogflow/docs/api-overview).
     *
     * Note: Always use agent versions for production traffic.
     * See [Versions and
     * environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
     * 
* * * string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * * * @return The bytes for session. */ public com.google.protobuf.ByteString getSessionBytes() { java.lang.Object ref = session_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); session_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * Required. The name of the session this query is sent to. Format:
     * `projects/<Project ID>/agent/sessions/<Session ID>`, or
     * `projects/<Project ID>/agent/environments/<Environment ID>/users/<User
     * ID>/sessions/<Session ID>`. If `Environment ID` is not specified, we assume
     * default 'draft' environment (`Environment ID` might be referred to as
     * environment name at some places). If `User ID` is not specified, we are
     * using "-". It's up to the API caller to choose an appropriate `Session ID`
     * and `User Id`. They can be a random number or some type of user and session
     * identifiers (preferably hashed). The length of the `Session ID` and
     * `User ID` must not exceed 36 characters.
     *
     * For more information, see the [API interactions
     * guide](https://cloud.google.com/dialogflow/docs/api-overview).
     *
     * Note: Always use agent versions for production traffic.
     * See [Versions and
     * environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
     * 
* * * string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * * * @param value The session to set. * @return This builder for chaining. */ public Builder setSession(java.lang.String value) { if (value == null) { throw new NullPointerException(); } session_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * * *
     * Required. The name of the session this query is sent to. Format:
     * `projects/<Project ID>/agent/sessions/<Session ID>`, or
     * `projects/<Project ID>/agent/environments/<Environment ID>/users/<User
     * ID>/sessions/<Session ID>`. If `Environment ID` is not specified, we assume
     * default 'draft' environment (`Environment ID` might be referred to as
     * environment name at some places). If `User ID` is not specified, we are
     * using "-". It's up to the API caller to choose an appropriate `Session ID`
     * and `User Id`. They can be a random number or some type of user and session
     * identifiers (preferably hashed). The length of the `Session ID` and
     * `User ID` must not exceed 36 characters.
     *
     * For more information, see the [API interactions
     * guide](https://cloud.google.com/dialogflow/docs/api-overview).
     *
     * Note: Always use agent versions for production traffic.
     * See [Versions and
     * environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
     * 
* * * string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * * * @return This builder for chaining. */ public Builder clearSession() { session_ = getDefaultInstance().getSession(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * * *
     * Required. The name of the session this query is sent to. Format:
     * `projects/<Project ID>/agent/sessions/<Session ID>`, or
     * `projects/<Project ID>/agent/environments/<Environment ID>/users/<User
     * ID>/sessions/<Session ID>`. If `Environment ID` is not specified, we assume
     * default 'draft' environment (`Environment ID` might be referred to as
     * environment name at some places). If `User ID` is not specified, we are
     * using "-". It's up to the API caller to choose an appropriate `Session ID`
     * and `User Id`. They can be a random number or some type of user and session
     * identifiers (preferably hashed). The length of the `Session ID` and
     * `User ID` must not exceed 36 characters.
     *
     * For more information, see the [API interactions
     * guide](https://cloud.google.com/dialogflow/docs/api-overview).
     *
     * Note: Always use agent versions for production traffic.
     * See [Versions and
     * environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
     * 
* * * string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * * * @param value The bytes for session to set. * @return This builder for chaining. */ public Builder setSessionBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); session_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private com.google.cloud.dialogflow.v2.QueryParameters queryParams_; private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.dialogflow.v2.QueryParameters, com.google.cloud.dialogflow.v2.QueryParameters.Builder, com.google.cloud.dialogflow.v2.QueryParametersOrBuilder> queryParamsBuilder_; /** * * *
     * The parameters of this query.
     * 
* * .google.cloud.dialogflow.v2.QueryParameters query_params = 2; * * @return Whether the queryParams field is set. */ public boolean hasQueryParams() { return ((bitField0_ & 0x00000002) != 0); } /** * * *
     * The parameters of this query.
     * 
* * .google.cloud.dialogflow.v2.QueryParameters query_params = 2; * * @return The queryParams. */ public com.google.cloud.dialogflow.v2.QueryParameters getQueryParams() { if (queryParamsBuilder_ == null) { return queryParams_ == null ? com.google.cloud.dialogflow.v2.QueryParameters.getDefaultInstance() : queryParams_; } else { return queryParamsBuilder_.getMessage(); } } /** * * *
     * The parameters of this query.
     * 
* * .google.cloud.dialogflow.v2.QueryParameters query_params = 2; */ public Builder setQueryParams(com.google.cloud.dialogflow.v2.QueryParameters value) { if (queryParamsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } queryParams_ = value; } else { queryParamsBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** * * *
     * The parameters of this query.
     * 
* * .google.cloud.dialogflow.v2.QueryParameters query_params = 2; */ public Builder setQueryParams( com.google.cloud.dialogflow.v2.QueryParameters.Builder builderForValue) { if (queryParamsBuilder_ == null) { queryParams_ = builderForValue.build(); } else { queryParamsBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** * * *
     * The parameters of this query.
     * 
* * .google.cloud.dialogflow.v2.QueryParameters query_params = 2; */ public Builder mergeQueryParams(com.google.cloud.dialogflow.v2.QueryParameters value) { if (queryParamsBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && queryParams_ != null && queryParams_ != com.google.cloud.dialogflow.v2.QueryParameters.getDefaultInstance()) { getQueryParamsBuilder().mergeFrom(value); } else { queryParams_ = value; } } else { queryParamsBuilder_.mergeFrom(value); } if (queryParams_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** * * *
     * The parameters of this query.
     * 
* * .google.cloud.dialogflow.v2.QueryParameters query_params = 2; */ public Builder clearQueryParams() { bitField0_ = (bitField0_ & ~0x00000002); queryParams_ = null; if (queryParamsBuilder_ != null) { queryParamsBuilder_.dispose(); queryParamsBuilder_ = null; } onChanged(); return this; } /** * * *
     * The parameters of this query.
     * 
* * .google.cloud.dialogflow.v2.QueryParameters query_params = 2; */ public com.google.cloud.dialogflow.v2.QueryParameters.Builder getQueryParamsBuilder() { bitField0_ |= 0x00000002; onChanged(); return getQueryParamsFieldBuilder().getBuilder(); } /** * * *
     * The parameters of this query.
     * 
* * .google.cloud.dialogflow.v2.QueryParameters query_params = 2; */ public com.google.cloud.dialogflow.v2.QueryParametersOrBuilder getQueryParamsOrBuilder() { if (queryParamsBuilder_ != null) { return queryParamsBuilder_.getMessageOrBuilder(); } else { return queryParams_ == null ? com.google.cloud.dialogflow.v2.QueryParameters.getDefaultInstance() : queryParams_; } } /** * * *
     * The parameters of this query.
     * 
* * .google.cloud.dialogflow.v2.QueryParameters query_params = 2; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.dialogflow.v2.QueryParameters, com.google.cloud.dialogflow.v2.QueryParameters.Builder, com.google.cloud.dialogflow.v2.QueryParametersOrBuilder> getQueryParamsFieldBuilder() { if (queryParamsBuilder_ == null) { queryParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.dialogflow.v2.QueryParameters, com.google.cloud.dialogflow.v2.QueryParameters.Builder, com.google.cloud.dialogflow.v2.QueryParametersOrBuilder>( getQueryParams(), getParentForChildren(), isClean()); queryParams_ = null; } return queryParamsBuilder_; } private com.google.cloud.dialogflow.v2.QueryInput queryInput_; private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.dialogflow.v2.QueryInput, com.google.cloud.dialogflow.v2.QueryInput.Builder, com.google.cloud.dialogflow.v2.QueryInputOrBuilder> queryInputBuilder_; /** * * *
     * Required. The input specification. It can be set to:
     *
     * 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
     *
     * 3. an event that specifies which intent to trigger.
     * 
* * * .google.cloud.dialogflow.v2.QueryInput query_input = 3 [(.google.api.field_behavior) = REQUIRED]; * * * @return Whether the queryInput field is set. */ public boolean hasQueryInput() { return ((bitField0_ & 0x00000004) != 0); } /** * * *
     * Required. The input specification. It can be set to:
     *
     * 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
     *
     * 3. an event that specifies which intent to trigger.
     * 
* * * .google.cloud.dialogflow.v2.QueryInput query_input = 3 [(.google.api.field_behavior) = REQUIRED]; * * * @return The queryInput. */ public com.google.cloud.dialogflow.v2.QueryInput getQueryInput() { if (queryInputBuilder_ == null) { return queryInput_ == null ? com.google.cloud.dialogflow.v2.QueryInput.getDefaultInstance() : queryInput_; } else { return queryInputBuilder_.getMessage(); } } /** * * *
     * Required. The input specification. It can be set to:
     *
     * 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
     *
     * 3. an event that specifies which intent to trigger.
     * 
* * * .google.cloud.dialogflow.v2.QueryInput query_input = 3 [(.google.api.field_behavior) = REQUIRED]; * */ public Builder setQueryInput(com.google.cloud.dialogflow.v2.QueryInput value) { if (queryInputBuilder_ == null) { if (value == null) { throw new NullPointerException(); } queryInput_ = value; } else { queryInputBuilder_.setMessage(value); } bitField0_ |= 0x00000004; onChanged(); return this; } /** * * *
     * Required. The input specification. It can be set to:
     *
     * 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
     *
     * 3. an event that specifies which intent to trigger.
     * 
* * * .google.cloud.dialogflow.v2.QueryInput query_input = 3 [(.google.api.field_behavior) = REQUIRED]; * */ public Builder setQueryInput( com.google.cloud.dialogflow.v2.QueryInput.Builder builderForValue) { if (queryInputBuilder_ == null) { queryInput_ = builderForValue.build(); } else { queryInputBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000004; onChanged(); return this; } /** * * *
     * Required. The input specification. It can be set to:
     *
     * 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
     *
     * 3. an event that specifies which intent to trigger.
     * 
* * * .google.cloud.dialogflow.v2.QueryInput query_input = 3 [(.google.api.field_behavior) = REQUIRED]; * */ public Builder mergeQueryInput(com.google.cloud.dialogflow.v2.QueryInput value) { if (queryInputBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0) && queryInput_ != null && queryInput_ != com.google.cloud.dialogflow.v2.QueryInput.getDefaultInstance()) { getQueryInputBuilder().mergeFrom(value); } else { queryInput_ = value; } } else { queryInputBuilder_.mergeFrom(value); } if (queryInput_ != null) { bitField0_ |= 0x00000004; onChanged(); } return this; } /** * * *
     * Required. The input specification. It can be set to:
     *
     * 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
     *
     * 3. an event that specifies which intent to trigger.
     * 
* * * .google.cloud.dialogflow.v2.QueryInput query_input = 3 [(.google.api.field_behavior) = REQUIRED]; * */ public Builder clearQueryInput() { bitField0_ = (bitField0_ & ~0x00000004); queryInput_ = null; if (queryInputBuilder_ != null) { queryInputBuilder_.dispose(); queryInputBuilder_ = null; } onChanged(); return this; } /** * * *
     * Required. The input specification. It can be set to:
     *
     * 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
     *
     * 3. an event that specifies which intent to trigger.
     * 
* * * .google.cloud.dialogflow.v2.QueryInput query_input = 3 [(.google.api.field_behavior) = REQUIRED]; * */ public com.google.cloud.dialogflow.v2.QueryInput.Builder getQueryInputBuilder() { bitField0_ |= 0x00000004; onChanged(); return getQueryInputFieldBuilder().getBuilder(); } /** * * *
     * Required. The input specification. It can be set to:
     *
     * 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
     *
     * 3. an event that specifies which intent to trigger.
     * 
* * * .google.cloud.dialogflow.v2.QueryInput query_input = 3 [(.google.api.field_behavior) = REQUIRED]; * */ public com.google.cloud.dialogflow.v2.QueryInputOrBuilder getQueryInputOrBuilder() { if (queryInputBuilder_ != null) { return queryInputBuilder_.getMessageOrBuilder(); } else { return queryInput_ == null ? com.google.cloud.dialogflow.v2.QueryInput.getDefaultInstance() : queryInput_; } } /** * * *
     * Required. The input specification. It can be set to:
     *
     * 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
     *
     * 3. an event that specifies which intent to trigger.
     * 
* * * .google.cloud.dialogflow.v2.QueryInput query_input = 3 [(.google.api.field_behavior) = REQUIRED]; * */ private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.dialogflow.v2.QueryInput, com.google.cloud.dialogflow.v2.QueryInput.Builder, com.google.cloud.dialogflow.v2.QueryInputOrBuilder> getQueryInputFieldBuilder() { if (queryInputBuilder_ == null) { queryInputBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.dialogflow.v2.QueryInput, com.google.cloud.dialogflow.v2.QueryInput.Builder, com.google.cloud.dialogflow.v2.QueryInputOrBuilder>( getQueryInput(), getParentForChildren(), isClean()); queryInput_ = null; } return queryInputBuilder_; } private com.google.cloud.dialogflow.v2.OutputAudioConfig outputAudioConfig_; private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.dialogflow.v2.OutputAudioConfig, com.google.cloud.dialogflow.v2.OutputAudioConfig.Builder, com.google.cloud.dialogflow.v2.OutputAudioConfigOrBuilder> outputAudioConfigBuilder_; /** * * *
     * Instructs the speech synthesizer how to generate the output
     * audio. If this field is not set and agent-level speech synthesizer is not
     * configured, no output audio is generated.
     * 
* * .google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 4; * * @return Whether the outputAudioConfig field is set. */ public boolean hasOutputAudioConfig() { return ((bitField0_ & 0x00000008) != 0); } /** * * *
     * Instructs the speech synthesizer how to generate the output
     * audio. If this field is not set and agent-level speech synthesizer is not
     * configured, no output audio is generated.
     * 
* * .google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 4; * * @return The outputAudioConfig. */ public com.google.cloud.dialogflow.v2.OutputAudioConfig getOutputAudioConfig() { if (outputAudioConfigBuilder_ == null) { return outputAudioConfig_ == null ? com.google.cloud.dialogflow.v2.OutputAudioConfig.getDefaultInstance() : outputAudioConfig_; } else { return outputAudioConfigBuilder_.getMessage(); } } /** * * *
     * Instructs the speech synthesizer how to generate the output
     * audio. If this field is not set and agent-level speech synthesizer is not
     * configured, no output audio is generated.
     * 
* * .google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 4; */ public Builder setOutputAudioConfig(com.google.cloud.dialogflow.v2.OutputAudioConfig value) { if (outputAudioConfigBuilder_ == null) { if (value == null) { throw new NullPointerException(); } outputAudioConfig_ = value; } else { outputAudioConfigBuilder_.setMessage(value); } bitField0_ |= 0x00000008; onChanged(); return this; } /** * * *
     * Instructs the speech synthesizer how to generate the output
     * audio. If this field is not set and agent-level speech synthesizer is not
     * configured, no output audio is generated.
     * 
* * .google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 4; */ public Builder setOutputAudioConfig( com.google.cloud.dialogflow.v2.OutputAudioConfig.Builder builderForValue) { if (outputAudioConfigBuilder_ == null) { outputAudioConfig_ = builderForValue.build(); } else { outputAudioConfigBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000008; onChanged(); return this; } /** * * *
     * Instructs the speech synthesizer how to generate the output
     * audio. If this field is not set and agent-level speech synthesizer is not
     * configured, no output audio is generated.
     * 
* * .google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 4; */ public Builder mergeOutputAudioConfig(com.google.cloud.dialogflow.v2.OutputAudioConfig value) { if (outputAudioConfigBuilder_ == null) { if (((bitField0_ & 0x00000008) != 0) && outputAudioConfig_ != null && outputAudioConfig_ != com.google.cloud.dialogflow.v2.OutputAudioConfig.getDefaultInstance()) { getOutputAudioConfigBuilder().mergeFrom(value); } else { outputAudioConfig_ = value; } } else { outputAudioConfigBuilder_.mergeFrom(value); } if (outputAudioConfig_ != null) { bitField0_ |= 0x00000008; onChanged(); } return this; } /** * * *
     * Instructs the speech synthesizer how to generate the output
     * audio. If this field is not set and agent-level speech synthesizer is not
     * configured, no output audio is generated.
     * 
* * .google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 4; */ public Builder clearOutputAudioConfig() { bitField0_ = (bitField0_ & ~0x00000008); outputAudioConfig_ = null; if (outputAudioConfigBuilder_ != null) { outputAudioConfigBuilder_.dispose(); outputAudioConfigBuilder_ = null; } onChanged(); return this; } /** * * *
     * Instructs the speech synthesizer how to generate the output
     * audio. If this field is not set and agent-level speech synthesizer is not
     * configured, no output audio is generated.
     * 
* * .google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 4; */ public com.google.cloud.dialogflow.v2.OutputAudioConfig.Builder getOutputAudioConfigBuilder() { bitField0_ |= 0x00000008; onChanged(); return getOutputAudioConfigFieldBuilder().getBuilder(); } /** * * *
     * Instructs the speech synthesizer how to generate the output
     * audio. If this field is not set and agent-level speech synthesizer is not
     * configured, no output audio is generated.
     * 
* * .google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 4; */ public com.google.cloud.dialogflow.v2.OutputAudioConfigOrBuilder getOutputAudioConfigOrBuilder() { if (outputAudioConfigBuilder_ != null) { return outputAudioConfigBuilder_.getMessageOrBuilder(); } else { return outputAudioConfig_ == null ? com.google.cloud.dialogflow.v2.OutputAudioConfig.getDefaultInstance() : outputAudioConfig_; } } /** * * *
     * Instructs the speech synthesizer how to generate the output
     * audio. If this field is not set and agent-level speech synthesizer is not
     * configured, no output audio is generated.
     * 
* * .google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 4; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.dialogflow.v2.OutputAudioConfig, com.google.cloud.dialogflow.v2.OutputAudioConfig.Builder, com.google.cloud.dialogflow.v2.OutputAudioConfigOrBuilder> getOutputAudioConfigFieldBuilder() { if (outputAudioConfigBuilder_ == null) { outputAudioConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.dialogflow.v2.OutputAudioConfig, com.google.cloud.dialogflow.v2.OutputAudioConfig.Builder, com.google.cloud.dialogflow.v2.OutputAudioConfigOrBuilder>( getOutputAudioConfig(), getParentForChildren(), isClean()); outputAudioConfig_ = null; } return outputAudioConfigBuilder_; } private com.google.protobuf.FieldMask outputAudioConfigMask_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> outputAudioConfigMaskBuilder_; /** * * *
     * Mask for
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * indicating which settings in this request-level config should override
     * speech synthesizer settings defined at agent-level.
     *
     * If unspecified or empty,
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * replaces the agent-level config in its entirety.
     * 
* * .google.protobuf.FieldMask output_audio_config_mask = 7; * * @return Whether the outputAudioConfigMask field is set. */ public boolean hasOutputAudioConfigMask() { return ((bitField0_ & 0x00000010) != 0); } /** * * *
     * Mask for
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * indicating which settings in this request-level config should override
     * speech synthesizer settings defined at agent-level.
     *
     * If unspecified or empty,
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * replaces the agent-level config in its entirety.
     * 
* * .google.protobuf.FieldMask output_audio_config_mask = 7; * * @return The outputAudioConfigMask. */ public com.google.protobuf.FieldMask getOutputAudioConfigMask() { if (outputAudioConfigMaskBuilder_ == null) { return outputAudioConfigMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : outputAudioConfigMask_; } else { return outputAudioConfigMaskBuilder_.getMessage(); } } /** * * *
     * Mask for
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * indicating which settings in this request-level config should override
     * speech synthesizer settings defined at agent-level.
     *
     * If unspecified or empty,
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * replaces the agent-level config in its entirety.
     * 
* * .google.protobuf.FieldMask output_audio_config_mask = 7; */ public Builder setOutputAudioConfigMask(com.google.protobuf.FieldMask value) { if (outputAudioConfigMaskBuilder_ == null) { if (value == null) { throw new NullPointerException(); } outputAudioConfigMask_ = value; } else { outputAudioConfigMaskBuilder_.setMessage(value); } bitField0_ |= 0x00000010; onChanged(); return this; } /** * * *
     * Mask for
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * indicating which settings in this request-level config should override
     * speech synthesizer settings defined at agent-level.
     *
     * If unspecified or empty,
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * replaces the agent-level config in its entirety.
     * 
* * .google.protobuf.FieldMask output_audio_config_mask = 7; */ public Builder setOutputAudioConfigMask(com.google.protobuf.FieldMask.Builder builderForValue) { if (outputAudioConfigMaskBuilder_ == null) { outputAudioConfigMask_ = builderForValue.build(); } else { outputAudioConfigMaskBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000010; onChanged(); return this; } /** * * *
     * Mask for
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * indicating which settings in this request-level config should override
     * speech synthesizer settings defined at agent-level.
     *
     * If unspecified or empty,
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * replaces the agent-level config in its entirety.
     * 
* * .google.protobuf.FieldMask output_audio_config_mask = 7; */ public Builder mergeOutputAudioConfigMask(com.google.protobuf.FieldMask value) { if (outputAudioConfigMaskBuilder_ == null) { if (((bitField0_ & 0x00000010) != 0) && outputAudioConfigMask_ != null && outputAudioConfigMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) { getOutputAudioConfigMaskBuilder().mergeFrom(value); } else { outputAudioConfigMask_ = value; } } else { outputAudioConfigMaskBuilder_.mergeFrom(value); } if (outputAudioConfigMask_ != null) { bitField0_ |= 0x00000010; onChanged(); } return this; } /** * * *
     * Mask for
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * indicating which settings in this request-level config should override
     * speech synthesizer settings defined at agent-level.
     *
     * If unspecified or empty,
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * replaces the agent-level config in its entirety.
     * 
* * .google.protobuf.FieldMask output_audio_config_mask = 7; */ public Builder clearOutputAudioConfigMask() { bitField0_ = (bitField0_ & ~0x00000010); outputAudioConfigMask_ = null; if (outputAudioConfigMaskBuilder_ != null) { outputAudioConfigMaskBuilder_.dispose(); outputAudioConfigMaskBuilder_ = null; } onChanged(); return this; } /** * * *
     * Mask for
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * indicating which settings in this request-level config should override
     * speech synthesizer settings defined at agent-level.
     *
     * If unspecified or empty,
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * replaces the agent-level config in its entirety.
     * 
* * .google.protobuf.FieldMask output_audio_config_mask = 7; */ public com.google.protobuf.FieldMask.Builder getOutputAudioConfigMaskBuilder() { bitField0_ |= 0x00000010; onChanged(); return getOutputAudioConfigMaskFieldBuilder().getBuilder(); } /** * * *
     * Mask for
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * indicating which settings in this request-level config should override
     * speech synthesizer settings defined at agent-level.
     *
     * If unspecified or empty,
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * replaces the agent-level config in its entirety.
     * 
* * .google.protobuf.FieldMask output_audio_config_mask = 7; */ public com.google.protobuf.FieldMaskOrBuilder getOutputAudioConfigMaskOrBuilder() { if (outputAudioConfigMaskBuilder_ != null) { return outputAudioConfigMaskBuilder_.getMessageOrBuilder(); } else { return outputAudioConfigMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : outputAudioConfigMask_; } } /** * * *
     * Mask for
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * indicating which settings in this request-level config should override
     * speech synthesizer settings defined at agent-level.
     *
     * If unspecified or empty,
     * [output_audio_config][google.cloud.dialogflow.v2.DetectIntentRequest.output_audio_config]
     * replaces the agent-level config in its entirety.
     * 
* * .google.protobuf.FieldMask output_audio_config_mask = 7; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> getOutputAudioConfigMaskFieldBuilder() { if (outputAudioConfigMaskBuilder_ == null) { outputAudioConfigMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( getOutputAudioConfigMask(), getParentForChildren(), isClean()); outputAudioConfigMask_ = null; } return outputAudioConfigMaskBuilder_; } private com.google.protobuf.ByteString inputAudio_ = com.google.protobuf.ByteString.EMPTY; /** * * *
     * The natural language speech audio to be processed. This field
     * should be populated iff `query_input` is set to an input audio config.
     * A single request can contain up to 1 minute of speech audio data.
     * 
* * bytes input_audio = 5; * * @return The inputAudio. */ @java.lang.Override public com.google.protobuf.ByteString getInputAudio() { return inputAudio_; } /** * * *
     * The natural language speech audio to be processed. This field
     * should be populated iff `query_input` is set to an input audio config.
     * A single request can contain up to 1 minute of speech audio data.
     * 
* * bytes input_audio = 5; * * @param value The inputAudio to set. * @return This builder for chaining. */ public Builder setInputAudio(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } inputAudio_ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** * * *
     * The natural language speech audio to be processed. This field
     * should be populated iff `query_input` is set to an input audio config.
     * A single request can contain up to 1 minute of speech audio data.
     * 
* * bytes input_audio = 5; * * @return This builder for chaining. */ public Builder clearInputAudio() { bitField0_ = (bitField0_ & ~0x00000020); inputAudio_ = getDefaultInstance().getInputAudio(); onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.cloud.dialogflow.v2.DetectIntentRequest) } // @@protoc_insertion_point(class_scope:google.cloud.dialogflow.v2.DetectIntentRequest) private static final com.google.cloud.dialogflow.v2.DetectIntentRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.dialogflow.v2.DetectIntentRequest(); } public static com.google.cloud.dialogflow.v2.DetectIntentRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public DetectIntentRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.cloud.dialogflow.v2.DetectIntentRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy