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

com.google.cloud.dialogflow.cx.v3beta1.FulfillIntentResponseOrBuilder Maven / Gradle / Ivy

The 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/cx/v3beta1/session.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.dialogflow.cx.v3beta1;

public interface FulfillIntentResponseOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.cx.v3beta1.FulfillIntentResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Output only. The unique identifier of the response. It can be used to
   * locate a response in the training example set or for reporting issues.
   * 
* * string response_id = 1; * * @return The responseId. */ java.lang.String getResponseId(); /** * * *
   * Output only. The unique identifier of the response. It can be used to
   * locate a response in the training example set or for reporting issues.
   * 
* * string response_id = 1; * * @return The bytes for responseId. */ com.google.protobuf.ByteString getResponseIdBytes(); /** * * *
   * The result of the conversational query.
   * 
* * .google.cloud.dialogflow.cx.v3beta1.QueryResult query_result = 2; * * @return Whether the queryResult field is set. */ boolean hasQueryResult(); /** * * *
   * The result of the conversational query.
   * 
* * .google.cloud.dialogflow.cx.v3beta1.QueryResult query_result = 2; * * @return The queryResult. */ com.google.cloud.dialogflow.cx.v3beta1.QueryResult getQueryResult(); /** * * *
   * The result of the conversational query.
   * 
* * .google.cloud.dialogflow.cx.v3beta1.QueryResult query_result = 2; */ com.google.cloud.dialogflow.cx.v3beta1.QueryResultOrBuilder getQueryResultOrBuilder(); /** * * *
   * The audio data bytes encoded as specified in the request.
   * Note: The output audio is generated based on the values of default platform
   * text responses found in the
   * [`query_result.response_messages`][google.cloud.dialogflow.cx.v3beta1.QueryResult.response_messages]
   * field. If multiple default text responses exist, they will be concatenated
   * when generating audio. If no default platform text responses exist, the
   * generated audio content will be empty.
   *
   * In some scenarios, multiple output audio fields may be present in the
   * response structure. In these cases, only the top-most-level audio output
   * has content.
   * 
* * bytes output_audio = 3; * * @return The outputAudio. */ com.google.protobuf.ByteString getOutputAudio(); /** * * *
   * The config used by the speech synthesizer to generate the output audio.
   * 
* * .google.cloud.dialogflow.cx.v3beta1.OutputAudioConfig output_audio_config = 4; * * @return Whether the outputAudioConfig field is set. */ boolean hasOutputAudioConfig(); /** * * *
   * The config used by the speech synthesizer to generate the output audio.
   * 
* * .google.cloud.dialogflow.cx.v3beta1.OutputAudioConfig output_audio_config = 4; * * @return The outputAudioConfig. */ com.google.cloud.dialogflow.cx.v3beta1.OutputAudioConfig getOutputAudioConfig(); /** * * *
   * The config used by the speech synthesizer to generate the output audio.
   * 
* * .google.cloud.dialogflow.cx.v3beta1.OutputAudioConfig output_audio_config = 4; */ com.google.cloud.dialogflow.cx.v3beta1.OutputAudioConfigOrBuilder getOutputAudioConfigOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy