Show / Hide Table of Contents

Class CfnBotPropsMixin

Amazon Lex V2 is the only supported version in CloudFormation .

Inheritance
object
Mixin
CfnBotPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnBotPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnBotPropsMixin Inherits Mixin Implements IMixin
Remarks

Specifies an Amazon Lex conversational bot.

You must configure an intent based on the AMAZON.FallbackIntent built-in intent. If you don't add one, creating the bot will fail.

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

CloudformationResource: AWS::Lex::Bot

Mixin: true

ExampleMetadata: fixture=_generated

Synopsis

Constructors

CfnBotPropsMixin(ICfnBotMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::Lex::Bot.

Properties

CFN_PROPERTY_KEYS

Amazon Lex V2 is the only supported version in CloudFormation .

Props

Amazon Lex V2 is the only supported version in CloudFormation .

Strategy

Amazon Lex V2 is the only supported version in CloudFormation .

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnBotPropsMixin(ICfnBotMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::Lex::Bot.

public CfnBotPropsMixin(ICfnBotMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnBotMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

Specifies an Amazon Lex conversational bot.

You must configure an intent based on the AMAZON.FallbackIntent built-in intent. If you don't add one, creating the bot will fail.

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

CloudformationResource: AWS::Lex::Bot

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

Amazon Lex V2 is the only supported version in CloudFormation .

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

Specifies an Amazon Lex conversational bot.

You must configure an intent based on the AMAZON.FallbackIntent built-in intent. If you don't add one, creating the bot will fail.

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

CloudformationResource: AWS::Lex::Bot

Mixin: true

ExampleMetadata: fixture=_generated

Props

Amazon Lex V2 is the only supported version in CloudFormation .

protected virtual ICfnBotMixinProps Props { get; }
Property Value

ICfnBotMixinProps

Remarks

Specifies an Amazon Lex conversational bot.

You must configure an intent based on the AMAZON.FallbackIntent built-in intent. If you don't add one, creating the bot will fail.

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

CloudformationResource: AWS::Lex::Bot

Mixin: true

ExampleMetadata: fixture=_generated

Strategy

Amazon Lex V2 is the only supported version in CloudFormation .

protected virtual PropertyMergeStrategy Strategy { get; }
Property Value

PropertyMergeStrategy

Remarks

Specifies an Amazon Lex conversational bot.

You must configure an intent based on the AMAZON.FallbackIntent built-in intent. If you don't add one, creating the bot will fail.

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

CloudformationResource: AWS::Lex::Bot

Mixin: true

ExampleMetadata: fixture=_generated

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override IConstruct ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Returns

IConstruct

Overrides
Mixin.ApplyTo(IConstruct)
Remarks

Specifies an Amazon Lex conversational bot.

You must configure an intent based on the AMAZON.FallbackIntent built-in intent. If you don't add one, creating the bot will fail.

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

CloudformationResource: AWS::Lex::Bot

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

Specifies an Amazon Lex conversational bot.

You must configure an intent based on the AMAZON.FallbackIntent built-in intent. If you don't add one, creating the bot will fail.

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

CloudformationResource: AWS::Lex::Bot

Mixin: true

ExampleMetadata: fixture=_generated

Implements

IMixin
Back to top Generated by DocFX