#[non_exhaustive]pub struct BotRecommendationResults {
pub bot_locale_export_url: Option<String>,
pub associated_transcripts_url: Option<String>,
pub statistics: Option<BotRecommendationResultStatistics>,
}Expand description
The object representing the URL of the bot definition, the URL of the associated transcript and a statistical summary of the bot recommendation results.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.bot_locale_export_url: Option<String>The presigned URL link of the recommended bot definition.
associated_transcripts_url: Option<String>The presigned url link of the associated transcript.
statistics: Option<BotRecommendationResultStatistics>The statistical summary of the bot recommendation results.
Implementations
The presigned URL link of the recommended bot definition.
The presigned url link of the associated transcript.
The statistical summary of the bot recommendation results.
Creates a new builder-style object to manufacture BotRecommendationResults
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BotRecommendationResults
impl Send for BotRecommendationResults
impl Sync for BotRecommendationResults
impl Unpin for BotRecommendationResults
impl UnwindSafe for BotRecommendationResults
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more