Show / Hide Table of Contents

Interface CfnBotPropsMixin.IBotMemberProperty

A bot that is a member of a bot network.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Lex
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnBotPropsMixin.IBotMemberProperty
Syntax (vb)
Public Interface CfnBotPropsMixin.IBotMemberProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botmember.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.Lex;

             var botMemberProperty = new BotMemberProperty {
                 BotMemberAliasId = "botMemberAliasId",
                 BotMemberAliasName = "botMemberAliasName",
                 BotMemberId = "botMemberId",
                 BotMemberName = "botMemberName",
                 BotMemberVersion = "botMemberVersion"
             };

Synopsis

Properties

BotMemberAliasId

The alias ID of a bot that is a member of this network of bots.

BotMemberAliasName

The alias name of a bot that is a member of this network of bots.

BotMemberId

The unique ID of a bot that is a member of this network of bots.

BotMemberName

The unique name of a bot that is a member of this network of bots.

BotMemberVersion

The version of a bot that is a member of this network of bots.

Properties

BotMemberAliasId

The alias ID of a bot that is a member of this network of bots.

string? BotMemberAliasId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botmember.html#cfn-lex-bot-botmember-botmemberaliasid

BotMemberAliasName

The alias name of a bot that is a member of this network of bots.

string? BotMemberAliasName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botmember.html#cfn-lex-bot-botmember-botmemberaliasname

BotMemberId

The unique ID of a bot that is a member of this network of bots.

string? BotMemberId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botmember.html#cfn-lex-bot-botmember-botmemberid

BotMemberName

The unique name of a bot that is a member of this network of bots.

string? BotMemberName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botmember.html#cfn-lex-bot-botmember-botmembername

BotMemberVersion

The version of a bot that is a member of this network of bots.

string? BotMemberVersion { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botmember.html#cfn-lex-bot-botmember-botmemberversion

Back to top Generated by DocFX