Struct aws_sdk_lexmodelsv2::model::AllowedInputTypes
source · #[non_exhaustive]pub struct AllowedInputTypes { /* private fields */ }Expand description
Specifies the allowed input types.
Implementations§
source§impl AllowedInputTypes
impl AllowedInputTypes
sourcepub fn allow_audio_input(&self) -> Option<bool>
pub fn allow_audio_input(&self) -> Option<bool>
Indicates whether audio input is allowed.
sourcepub fn allow_dtmf_input(&self) -> Option<bool>
pub fn allow_dtmf_input(&self) -> Option<bool>
Indicates whether DTMF input is allowed.
source§impl AllowedInputTypes
impl AllowedInputTypes
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AllowedInputTypes.
Trait Implementations§
source§impl Clone for AllowedInputTypes
impl Clone for AllowedInputTypes
source§fn clone(&self) -> AllowedInputTypes
fn clone(&self) -> AllowedInputTypes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AllowedInputTypes
impl Debug for AllowedInputTypes
source§impl PartialEq<AllowedInputTypes> for AllowedInputTypes
impl PartialEq<AllowedInputTypes> for AllowedInputTypes
source§fn eq(&self, other: &AllowedInputTypes) -> bool
fn eq(&self, other: &AllowedInputTypes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.