Show / Hide Table of Contents

Class CfnBotPropsMixin.ElicitationCodeHookInvocationSettingProperty

Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.

Inheritance
object
CfnBotPropsMixin.ElicitationCodeHookInvocationSettingProperty
Implements
CfnBotPropsMixin.IElicitationCodeHookInvocationSettingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnBotPropsMixin.ElicitationCodeHookInvocationSettingProperty : CfnBotPropsMixin.IElicitationCodeHookInvocationSettingProperty
Syntax (vb)
Public Class CfnBotPropsMixin.ElicitationCodeHookInvocationSettingProperty Implements CfnBotPropsMixin.IElicitationCodeHookInvocationSettingProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-elicitationcodehookinvocationsetting.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.Mixins.Preview.AWS.Lex.Mixins;

             var elicitationCodeHookInvocationSettingProperty = new ElicitationCodeHookInvocationSettingProperty {
                 EnableCodeHookInvocation = false,
                 InvocationLabel = "invocationLabel"
             };

Synopsis

Constructors

ElicitationCodeHookInvocationSettingProperty()

Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.

Properties

EnableCodeHookInvocation

Indicates whether a Lambda function should be invoked for the dialog.

InvocationLabel

A label that indicates the dialog step from which the dialog code hook is happening.

Constructors

ElicitationCodeHookInvocationSettingProperty()

Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.

public ElicitationCodeHookInvocationSettingProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-elicitationcodehookinvocationsetting.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.Mixins.Preview.AWS.Lex.Mixins;

             var elicitationCodeHookInvocationSettingProperty = new ElicitationCodeHookInvocationSettingProperty {
                 EnableCodeHookInvocation = false,
                 InvocationLabel = "invocationLabel"
             };

Properties

EnableCodeHookInvocation

Indicates whether a Lambda function should be invoked for the dialog.

public object? EnableCodeHookInvocation { get; set; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

InvocationLabel

A label that indicates the dialog step from which the dialog code hook is happening.

public string? InvocationLabel { get; set; }
Property Value

string

Remarks

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

Implements

CfnBotPropsMixin.IElicitationCodeHookInvocationSettingProperty
Back to top Generated by DocFX