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

com.google.assistant.embedded.v1alpha2.AudioOutOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: embedded_assistant.proto

package com.google.assistant.embedded.v1alpha2;

public interface AudioOutOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.assistant.embedded.v1alpha2.AudioOut)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * *Output-only* The audio data containing the Assistant's response to the
   * query. Sequential chunks of audio data are received in sequential
   * `AssistResponse` messages.
   * 
* * bytes audio_data = 1; * @return The audioData. */ com.google.protobuf.ByteString getAudioData(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy