Class InitialResponseSetting
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.InitialResponseSetting
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InitialResponseSetting.Builder,InitialResponseSetting>
@Generated("software.amazon.awssdk:codegen") public final class InitialResponseSetting extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InitialResponseSetting.Builder,InitialResponseSetting>
Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInitialResponseSetting.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InitialResponseSetting.Builderbuilder()DialogCodeHookInvocationSettingcodeHook()Returns the value of the CodeHook property for this object.ConditionalSpecificationconditional()Returns the value of the Conditional property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ResponseSpecificationinitialResponse()Returns the value of the InitialResponse property for this object.DialogStatenextStep()The next step in the conversation.List<SdkField<?>>sdkFields()static Class<? extends InitialResponseSetting.Builder>serializableBuilderClass()InitialResponseSetting.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
-
initialResponse
public final ResponseSpecification initialResponse()
Returns the value of the InitialResponse property for this object.- Returns:
- The value of the InitialResponse property for this object.
-
nextStep
public final DialogState nextStep()
The next step in the conversation.
- Returns:
- The next step in the conversation.
-
conditional
public final ConditionalSpecification conditional()
Returns the value of the Conditional property for this object.- Returns:
- The value of the Conditional property for this object.
-
codeHook
public final DialogCodeHookInvocationSetting codeHook()
Returns the value of the CodeHook property for this object.- Returns:
- The value of the CodeHook property for this object.
-
toBuilder
public InitialResponseSetting.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InitialResponseSetting.Builder,InitialResponseSetting>
-
builder
public static InitialResponseSetting.Builder builder()
-
serializableBuilderClass
public static Class<? extends InitialResponseSetting.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.
-
-