Struct aws_sdk_lexmodelsv2::types::BotMember
source · #[non_exhaustive]pub struct BotMember { /* private fields */ }Expand description
A bot that is a member of a network of bots.
Implementations§
source§impl BotMember
impl BotMember
sourcepub fn bot_member_id(&self) -> Option<&str>
pub fn bot_member_id(&self) -> Option<&str>
The unique ID of a bot that is a member of this network of bots.
sourcepub fn bot_member_name(&self) -> Option<&str>
pub fn bot_member_name(&self) -> Option<&str>
The unique name of a bot that is a member of this network of bots.
sourcepub fn bot_member_alias_id(&self) -> Option<&str>
pub fn bot_member_alias_id(&self) -> Option<&str>
The alias ID of a bot that is a member of this network of bots.
sourcepub fn bot_member_alias_name(&self) -> Option<&str>
pub fn bot_member_alias_name(&self) -> Option<&str>
The alias name of a bot that is a member of this network of bots.
sourcepub fn bot_member_version(&self) -> Option<&str>
pub fn bot_member_version(&self) -> Option<&str>
The version of a bot that is a member of this network of bots.