@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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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 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 © 2021. All rights reserved.