@Generated(value="software.amazon.awssdk:codegen") public final class IntentClosingSetting extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IntentClosingSetting.Builder,IntentClosingSetting>
Provides a statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IntentClosingSetting.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
active()
Specifies whether an intent's closing response is used.
|
static IntentClosingSetting.Builder |
builder() |
ResponseSpecification |
closingResponse()
The response that Amazon Lex sends to the user when the intent is complete.
|
ConditionalSpecification |
conditional()
A list of conditional branches associated with the intent's closing response.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DialogState |
nextStep()
Specifies the next step that the bot executes after playing the intent's closing response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IntentClosingSetting.Builder> |
serializableBuilderClass() |
IntentClosingSetting.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResponseSpecification closingResponse()
The response that Amazon Lex sends to the user when the intent is complete.
public final Boolean active()
Specifies whether an intent's closing response is used. When this field is false, the closing response isn't sent
to the user. If the active field isn't specified, the default is true.
active field isn't specified, the default is true.public final DialogState nextStep()
Specifies the next step that the bot executes after playing the intent's closing response.
public final ConditionalSpecification conditional()
A list of conditional branches associated with the intent's closing response. These branches are executed when
the nextStep attribute is set to EvalutateConditional.
nextStep attribute is set to EvalutateConditional.public IntentClosingSetting.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IntentClosingSetting.Builder,IntentClosingSetting>public static IntentClosingSetting.Builder builder()
public static Class<? extends IntentClosingSetting.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.