#[non_exhaustive]pub struct BotRecommendationResultsBuilder { /* private fields */ }Expand description
A builder for BotRecommendationResults.
Implementations§
source§impl BotRecommendationResultsBuilder
impl BotRecommendationResultsBuilder
sourcepub fn bot_locale_export_url(self, input: impl Into<String>) -> Self
pub fn bot_locale_export_url(self, input: impl Into<String>) -> Self
The presigned URL link of the recommended bot definition.
sourcepub fn set_bot_locale_export_url(self, input: Option<String>) -> Self
pub fn set_bot_locale_export_url(self, input: Option<String>) -> Self
The presigned URL link of the recommended bot definition.
sourcepub fn associated_transcripts_url(self, input: impl Into<String>) -> Self
pub fn associated_transcripts_url(self, input: impl Into<String>) -> Self
The presigned url link of the associated transcript.
sourcepub fn set_associated_transcripts_url(self, input: Option<String>) -> Self
pub fn set_associated_transcripts_url(self, input: Option<String>) -> Self
The presigned url link of the associated transcript.
sourcepub fn statistics(self, input: BotRecommendationResultStatistics) -> Self
pub fn statistics(self, input: BotRecommendationResultStatistics) -> Self
The statistical summary of the bot recommendation results.
sourcepub fn set_statistics(
self,
input: Option<BotRecommendationResultStatistics>
) -> Self
pub fn set_statistics( self, input: Option<BotRecommendationResultStatistics> ) -> Self
The statistical summary of the bot recommendation results.
sourcepub fn build(self) -> BotRecommendationResults
pub fn build(self) -> BotRecommendationResults
Consumes the builder and constructs a BotRecommendationResults.
Trait Implementations§
source§impl Clone for BotRecommendationResultsBuilder
impl Clone for BotRecommendationResultsBuilder
source§fn clone(&self) -> BotRecommendationResultsBuilder
fn clone(&self) -> BotRecommendationResultsBuilder
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 Default for BotRecommendationResultsBuilder
impl Default for BotRecommendationResultsBuilder
source§fn default() -> BotRecommendationResultsBuilder
fn default() -> BotRecommendationResultsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BotRecommendationResultsBuilder> for BotRecommendationResultsBuilder
impl PartialEq<BotRecommendationResultsBuilder> for BotRecommendationResultsBuilder
source§fn eq(&self, other: &BotRecommendationResultsBuilder) -> bool
fn eq(&self, other: &BotRecommendationResultsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.