Struct aws_sdk_lexruntimev2::model::ConfidenceScore
source · #[non_exhaustive]pub struct ConfidenceScore { /* private fields */ }Expand description
Provides a score that indicates the confidence that Amazon Lex V2 has that an intent is the one that satisfies the user's intent.
Implementations§
source§impl ConfidenceScore
impl ConfidenceScore
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConfidenceScore.
Trait Implementations§
source§impl Clone for ConfidenceScore
impl Clone for ConfidenceScore
source§fn clone(&self) -> ConfidenceScore
fn clone(&self) -> ConfidenceScore
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 ConfidenceScore
impl Debug for ConfidenceScore
source§impl PartialEq<ConfidenceScore> for ConfidenceScore
impl PartialEq<ConfidenceScore> for ConfidenceScore
source§fn eq(&self, other: &ConfidenceScore) -> bool
fn eq(&self, other: &ConfidenceScore) -> bool
This method tests for
self and other values to be equal, and is used
by ==.