Struct aws_sdk_lexmodelsv2::model::intent_statistics::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for IntentStatistics.
Implementations§
source§impl Builder
impl Builder
sourcepub fn discovered_intent_count(self, input: i32) -> Self
pub fn discovered_intent_count(self, input: i32) -> Self
The number of recommended intents associated with the bot recommendation.
sourcepub fn set_discovered_intent_count(self, input: Option<i32>) -> Self
pub fn set_discovered_intent_count(self, input: Option<i32>) -> Self
The number of recommended intents associated with the bot recommendation.
sourcepub fn build(self) -> IntentStatistics
pub fn build(self) -> IntentStatistics
Consumes the builder and constructs a IntentStatistics.