Struct gapi_grpc::google::cloud::dialogflow::v2beta1::intent::message::TelephonySynthesizeSpeech[][src]

pub struct TelephonySynthesizeSpeech {
    pub source: Option<Source>,
}

Synthesizes speech and plays back the synthesized audio to the caller in Telephony Gateway.

Telephony Gateway takes the synthesizer settings from DetectIntentResponse.output_audio_config which can either be set at request-level or can come from the agent-level synthesizer config.

Fields

source: Option<Source>

Required. The source to be synthesized.

Trait Implementations

impl Clone for TelephonySynthesizeSpeech[src]

impl Debug for TelephonySynthesizeSpeech[src]

impl Default for TelephonySynthesizeSpeech[src]

impl Message for TelephonySynthesizeSpeech[src]

impl PartialEq<TelephonySynthesizeSpeech> for TelephonySynthesizeSpeech[src]

impl StructuralPartialEq for TelephonySynthesizeSpeech[src]

Auto Trait Implementations

impl RefUnwindSafe for TelephonySynthesizeSpeech

impl Send for TelephonySynthesizeSpeech

impl Sync for TelephonySynthesizeSpeech

impl Unpin for TelephonySynthesizeSpeech

impl UnwindSafe for TelephonySynthesizeSpeech

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]