Class CfnBot.DialogCodeHookInvocationSettingProperty
Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
Implements
Inherited Members
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
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
ExampleMetadata: fixture=_generated
Properties
EnableCodeHookInvocation
Indicates whether a Lambda function should be invoked for the dialog.
public object EnableCodeHookInvocation { get; set; }
Property Value
Remarks
InvocationLabel
A label that indicates the dialog step from which the dialog code hook is happening.
public string? InvocationLabel { get; set; }
Property Value
Remarks
IsActive
Determines whether a dialog code hook is used when the intent is activated.
public object IsActive { get; set; }
Property Value
Remarks
PostCodeHookSpecification
Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.
public object PostCodeHookSpecification { get; set; }