pub struct Builder { /* private fields */ }Expand description
A builder for BotVersionLocaleDetails.
Implementations§
source§impl Builder
impl Builder
sourcepub fn source_bot_version(self, input: impl Into<String>) -> Self
pub fn source_bot_version(self, input: impl Into<String>) -> Self
The version of a bot used for a bot locale.
sourcepub fn set_source_bot_version(self, input: Option<String>) -> Self
pub fn set_source_bot_version(self, input: Option<String>) -> Self
The version of a bot used for a bot locale.
sourcepub fn build(self) -> BotVersionLocaleDetails
pub fn build(self) -> BotVersionLocaleDetails
Consumes the builder and constructs a BotVersionLocaleDetails.