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§
source§impl 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.
source§impl SlotTypeStatistics
impl SlotTypeStatistics
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SlotTypeStatistics.
Trait Implementations§
source§impl Clone for SlotTypeStatistics
impl Clone for SlotTypeStatistics
source§fn clone(&self) -> SlotTypeStatistics
fn clone(&self) -> SlotTypeStatistics
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 SlotTypeStatistics
impl Debug for SlotTypeStatistics
source§impl PartialEq<SlotTypeStatistics> for SlotTypeStatistics
impl PartialEq<SlotTypeStatistics> for SlotTypeStatistics
source§fn eq(&self, other: &SlotTypeStatistics) -> bool
fn eq(&self, other: &SlotTypeStatistics) -> bool
This method tests for
self and other values to be equal, and is used
by ==.