Struct aws_sdk_lexmodelsv2::model::AllowedInputTypes
source · [−]#[non_exhaustive]pub struct AllowedInputTypes { /* private fields */ }Expand description
Specifies the allowed input types.
Implementations
sourceimpl 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.
sourceimpl AllowedInputTypes
impl AllowedInputTypes
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AllowedInputTypes.
Trait Implementations
sourceimpl Clone for AllowedInputTypes
impl Clone for AllowedInputTypes
sourcefn clone(&self) -> AllowedInputTypes
fn clone(&self) -> AllowedInputTypes
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AllowedInputTypes
impl Debug for AllowedInputTypes
sourceimpl PartialEq<AllowedInputTypes> for AllowedInputTypes
impl PartialEq<AllowedInputTypes> for AllowedInputTypes
sourcefn eq(&self, other: &AllowedInputTypes) -> bool
fn eq(&self, other: &AllowedInputTypes) -> bool
impl StructuralPartialEq for AllowedInputTypes
Auto Trait Implementations
impl RefUnwindSafe for AllowedInputTypes
impl Send for AllowedInputTypes
impl Sync for AllowedInputTypes
impl Unpin for AllowedInputTypes
impl UnwindSafe for AllowedInputTypes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more