@Generated(value="software.amazon.awssdk:codegen") public final class ElicitationCodeHookInvocationSetting extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ElicitationCodeHookInvocationSetting.Builder,ElicitationCodeHookInvocationSetting>
Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ElicitationCodeHookInvocationSetting.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ElicitationCodeHookInvocationSetting.Builder |
builder() |
Boolean |
enableCodeHookInvocation()
Indicates whether a Lambda function should be invoked for the dialog.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
invocationLabel()
A label that indicates the dialog step from which the dialog code hook is happening.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ElicitationCodeHookInvocationSetting.Builder> |
serializableBuilderClass() |
ElicitationCodeHookInvocationSetting.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enableCodeHookInvocation()
Indicates whether a Lambda function should be invoked for the dialog.
public final String invocationLabel()
A label that indicates the dialog step from which the dialog code hook is happening.
public ElicitationCodeHookInvocationSetting.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ElicitationCodeHookInvocationSetting.Builder,ElicitationCodeHookInvocationSetting>public static ElicitationCodeHookInvocationSetting.Builder builder()
public static Class<? extends ElicitationCodeHookInvocationSetting.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.