Class CfnBot.DialogCodeHookInvocationSettingProperty
Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
Inheritance
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DialogCodeHookInvocationSettingProperty : Object, CfnBot.IDialogCodeHookInvocationSettingProperty
Syntax (vb)
Public Class DialogCodeHookInvocationSettingProperty
Inherits Object
Implements CfnBot.IDialogCodeHookInvocationSettingProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
Dialog |
Properties
Enable |
Indicates whether a Lambda function should be invoked for the dialog. |
Invocation |
A label that indicates the dialog step from which the dialog code hook is happening. |
Is |
Determines whether a dialog code hook is used when the intent is activated. |
Post |
Contains the responses and actions that Amazon Lex takes after the Lambda function is complete. |
Constructors
DialogCodeHookInvocationSettingProperty()
public DialogCodeHookInvocationSettingProperty()
Properties
EnableCodeHookInvocation
Indicates whether a Lambda function should be invoked for the dialog.
public object EnableCodeHookInvocation { get; set; }
Property Value
System.
Remarks
InvocationLabel
A label that indicates the dialog step from which the dialog code hook is happening.
public string InvocationLabel { get; set; }
Property Value
System.
Remarks
IsActive
Determines whether a dialog code hook is used when the intent is activated.
public object IsActive { get; set; }
Property Value
System.
Remarks
PostCodeHookSpecification
Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.
public object PostCodeHookSpecification { get; set; }
Property Value
System.