Show / Hide Table of Contents

Class CfnBot.DialogCodeHookInvocationSettingProperty

Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.

Inheritance
object
CfnBot.DialogCodeHookInvocationSettingProperty
Implements
CfnBot.IDialogCodeHookInvocationSettingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBot.DialogCodeHookInvocationSettingProperty : CfnBot.IDialogCodeHookInvocationSettingProperty
Syntax (vb)
Public Class CfnBot.DialogCodeHookInvocationSettingProperty Implements CfnBot.IDialogCodeHookInvocationSettingProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

DialogCodeHookInvocationSettingProperty()

Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.

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.

IsActive

Determines whether a dialog code hook is used when the intent is activated.

PostCodeHookSpecification

Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.

Constructors

DialogCodeHookInvocationSettingProperty()

Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.

public DialogCodeHookInvocationSettingProperty()
Remarks

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

ExampleMetadata: fixture=_generated

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-dialogcodehookinvocationsetting.html#cfn-lex-bot-dialogcodehookinvocationsetting-enablecodehookinvocation

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-dialogcodehookinvocationsetting.html#cfn-lex-bot-dialogcodehookinvocationsetting-invocationlabel

IsActive

Determines whether a dialog code hook is used when the intent is activated.

public object IsActive { get; set; }
Property Value

object

Remarks

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

PostCodeHookSpecification

Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.

public object PostCodeHookSpecification { get; set; }
Property Value

object

Remarks

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

Implements

CfnBot.IDialogCodeHookInvocationSettingProperty
Back to top Generated by DocFX