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

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

There is a newer version: 4.55.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dialogflow/v2/session.proto

package com.google.cloud.dialogflow.v2;

public interface StreamingDetectIntentResponseOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.StreamingDetectIntentResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * 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; */ java.lang.String getResponseId(); /** * * *
   * 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; */ com.google.protobuf.ByteString getResponseIdBytes(); /** * * *
   * The result of speech recognition.
   * 
* * .google.cloud.dialogflow.v2.StreamingRecognitionResult recognition_result = 2; */ boolean hasRecognitionResult(); /** * * *
   * The result of speech recognition.
   * 
* * .google.cloud.dialogflow.v2.StreamingRecognitionResult recognition_result = 2; */ com.google.cloud.dialogflow.v2.StreamingRecognitionResult getRecognitionResult(); /** * * *
   * The result of speech recognition.
   * 
* * .google.cloud.dialogflow.v2.StreamingRecognitionResult recognition_result = 2; */ com.google.cloud.dialogflow.v2.StreamingRecognitionResultOrBuilder getRecognitionResultOrBuilder(); /** * * *
   * The result of the conversational query or event processing.
   * 
* * .google.cloud.dialogflow.v2.QueryResult query_result = 3; */ boolean hasQueryResult(); /** * * *
   * The result of the conversational query or event processing.
   * 
* * .google.cloud.dialogflow.v2.QueryResult query_result = 3; */ com.google.cloud.dialogflow.v2.QueryResult getQueryResult(); /** * * *
   * The result of the conversational query or event processing.
   * 
* * .google.cloud.dialogflow.v2.QueryResult query_result = 3; */ com.google.cloud.dialogflow.v2.QueryResultOrBuilder getQueryResultOrBuilder(); /** * * *
   * Specifies the status of the webhook request.
   * 
* * .google.rpc.Status webhook_status = 4; */ boolean hasWebhookStatus(); /** * * *
   * Specifies the status of the webhook request.
   * 
* * .google.rpc.Status webhook_status = 4; */ com.google.rpc.Status getWebhookStatus(); /** * * *
   * Specifies the status of the webhook request.
   * 
* * .google.rpc.Status webhook_status = 4; */ com.google.rpc.StatusOrBuilder getWebhookStatusOrBuilder(); /** * * *
   * The audio data bytes encoded as specified in the request.
   * 
* * bytes output_audio = 5; */ com.google.protobuf.ByteString getOutputAudio(); /** * * *
   * Instructs the speech synthesizer how to generate the output audio. This
   * field is populated from the agent-level speech synthesizer configuration,
   * if enabled.
   * 
* * .google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 6; */ boolean hasOutputAudioConfig(); /** * * *
   * Instructs the speech synthesizer how to generate the output audio. This
   * field is populated from the agent-level speech synthesizer configuration,
   * if enabled.
   * 
* * .google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 6; */ com.google.cloud.dialogflow.v2.OutputAudioConfig getOutputAudioConfig(); /** * * *
   * Instructs the speech synthesizer how to generate the output audio. This
   * field is populated from the agent-level speech synthesizer configuration,
   * if enabled.
   * 
* * .google.cloud.dialogflow.v2.OutputAudioConfig output_audio_config = 6; */ com.google.cloud.dialogflow.v2.OutputAudioConfigOrBuilder getOutputAudioConfigOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy