Struct aws_sdk_lexmodelsv2::model::SlotTypeStatistics
source · [−]#[non_exhaustive]pub struct SlotTypeStatistics { /* private fields */ }Expand description
The object that contains the statistical summary of the recommended slot type associated with the bot recommendation.
Implementations
sourceimpl SlotTypeStatistics
impl SlotTypeStatistics
sourcepub fn discovered_slot_type_count(&self) -> Option<i32>
pub fn discovered_slot_type_count(&self) -> Option<i32>
The number of recommended slot types associated with the bot recommendation.
sourceimpl SlotTypeStatistics
impl SlotTypeStatistics
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SlotTypeStatistics.
Trait Implementations
sourceimpl Clone for SlotTypeStatistics
impl Clone for SlotTypeStatistics
sourcefn clone(&self) -> SlotTypeStatistics
fn clone(&self) -> SlotTypeStatistics
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 SlotTypeStatistics
impl Debug for SlotTypeStatistics
sourceimpl PartialEq<SlotTypeStatistics> for SlotTypeStatistics
impl PartialEq<SlotTypeStatistics> for SlotTypeStatistics
sourcefn eq(&self, other: &SlotTypeStatistics) -> bool
fn eq(&self, other: &SlotTypeStatistics) -> bool
impl StructuralPartialEq for SlotTypeStatistics
Auto Trait Implementations
impl RefUnwindSafe for SlotTypeStatistics
impl Send for SlotTypeStatistics
impl Sync for SlotTypeStatistics
impl Unpin for SlotTypeStatistics
impl UnwindSafe for SlotTypeStatistics
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