Struct gapi_grpc::google::assistant::embedded::v1alpha2::AssistConfig[][src]

pub struct AssistConfig {
    pub audio_out_config: Option<AudioOutConfig>,
    pub screen_out_config: Option<ScreenOutConfig>,
    pub dialog_state_in: Option<DialogStateIn>,
    pub device_config: Option<DeviceConfig>,
    pub debug_config: Option<DebugConfig>,
    pub type: Option<Type>,
}

Specifies how to process the AssistRequest messages.

Fields

audio_out_config: Option<AudioOutConfig>

Required Specifies how to format the audio that will be returned.

screen_out_config: Option<ScreenOutConfig>

Optional Specifies the desired format to use when server returns a visual screen response.

dialog_state_in: Option<DialogStateIn>

Required Represents the current dialog state.

device_config: Option<DeviceConfig>

Device configuration that uniquely identifies a specific device.

debug_config: Option<DebugConfig>

Optional Debugging parameters for the whole Assist RPC.

type: Option<Type>

Trait Implementations

impl Clone for AssistConfig[src]

impl Debug for AssistConfig[src]

impl Default for AssistConfig[src]

impl Message for AssistConfig[src]

impl PartialEq<AssistConfig> for AssistConfig[src]

impl StructuralPartialEq for AssistConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for AssistConfig

impl Send for AssistConfig

impl Sync for AssistConfig

impl Unpin for AssistConfig

impl UnwindSafe for AssistConfig

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]