Class ElicitationCodeHookInvocationSetting
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.ElicitationCodeHookInvocationSetting
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ElicitationCodeHookInvocationSetting.Builder,ElicitationCodeHookInvocationSetting>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceElicitationCodeHookInvocationSetting.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ElicitationCodeHookInvocationSetting.Builderbuilder()BooleanenableCodeHookInvocation()Indicates whether a Lambda function should be invoked for the dialog.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinvocationLabel()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enableCodeHookInvocation
public final Boolean enableCodeHookInvocation()
Indicates whether a Lambda function should be invoked for the dialog.
- Returns:
- Indicates whether a Lambda function should be invoked for the dialog.
-
invocationLabel
public final String invocationLabel()
A label that indicates the dialog step from which the dialog code hook is happening.
- Returns:
- A label that indicates the dialog step from which the dialog code hook is happening.
-
toBuilder
public ElicitationCodeHookInvocationSetting.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ElicitationCodeHookInvocationSetting.Builder,ElicitationCodeHookInvocationSetting>
-
builder
public static ElicitationCodeHookInvocationSetting.Builder builder()
-
serializableBuilderClass
public static Class<? extends ElicitationCodeHookInvocationSetting.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-