@Generated(value="software.amazon.awssdk:codegen") public final class UpdateIntentResponse extends LexModelsV2Response implements ToCopyableBuilder<UpdateIntentResponse.Builder,UpdateIntentResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateIntentResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The identifier of the bot that contains the intent.
|
String |
botVersion()
The version of the bot that contains the intent.
|
static UpdateIntentResponse.Builder |
builder() |
Instant |
creationDateTime()
A timestamp of when the intent was created.
|
String |
description()
The updated description of the intent.
|
DialogCodeHookSettings |
dialogCodeHook()
The updated Lambda function called during each turn of the conversation with the user.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FulfillmentCodeHookSettings |
fulfillmentCodeHook()
The updated Lambda function called when the intent is ready for fulfillment.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInputContexts()
Returns true if the InputContexts property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasOutputContexts()
Returns true if the OutputContexts property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasSampleUtterances()
Returns true if the SampleUtterances property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasSlotPriorities()
Returns true if the SlotPriorities property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<InputContext> |
inputContexts()
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
|
IntentClosingSetting |
intentClosingSetting()
The updated response that Amazon Lex sends the user when the intent is closed.
|
IntentConfirmationSetting |
intentConfirmationSetting()
The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
String |
intentId()
The identifier of the intent that was updated.
|
String |
intentName()
The updated name of the intent.
|
KendraConfiguration |
kendraConfiguration()
The updated configuration for connecting to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent. |
Instant |
lastUpdatedDateTime()
A timestamp of the last time that the intent was modified.
|
String |
localeId()
The updated language and locale of the intent.
|
List<OutputContext> |
outputContexts()
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
|
String |
parentIntentSignature()
The updated built-in intent that is the parent of this intent.
|
List<SampleUtterance> |
sampleUtterances()
The updated list of sample utterances for the intent.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateIntentResponse.Builder> |
serializableBuilderClass() |
List<SlotPriority> |
slotPriorities()
The updated list of slots and their priorities that are elicited from the user for the intent.
|
UpdateIntentResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String intentId()
The identifier of the intent that was updated.
public final String intentName()
The updated name of the intent.
public final String description()
The updated description of the intent.
public final String parentIntentSignature()
The updated built-in intent that is the parent of this intent.
public final boolean hasSampleUtterances()
public final List<SampleUtterance> sampleUtterances()
The updated list of sample utterances for the intent.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSampleUtterances() to see if a value was sent in this field.
public final DialogCodeHookSettings dialogCodeHook()
The updated Lambda function called during each turn of the conversation with the user.
public final FulfillmentCodeHookSettings fulfillmentCodeHook()
The updated Lambda function called when the intent is ready for fulfillment.
public final boolean hasSlotPriorities()
public final List<SlotPriority> slotPriorities()
The updated list of slots and their priorities that are elicited from the user for the intent.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSlotPriorities() to see if a value was sent in this field.
public final IntentConfirmationSetting intentConfirmationSetting()
The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
public final IntentClosingSetting intentClosingSetting()
The updated response that Amazon Lex sends the user when the intent is closed.
public final boolean hasInputContexts()
public final List<InputContext> inputContexts()
The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInputContexts() to see if a value was sent in this field.
public final boolean hasOutputContexts()
public final List<OutputContext> outputContexts()
The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOutputContexts() to see if a value was sent in this field.
public final KendraConfiguration kendraConfiguration()
The updated configuration for connecting to an Amazon Kendra index with the
AMAZON.KendraSearchIntent intent.
AMAZON.KendraSearchIntent intent.public final String botId()
The identifier of the bot that contains the intent.
public final String botVersion()
The version of the bot that contains the intent. Will always be DRAFT.
DRAFT.public final String localeId()
The updated language and locale of the intent.
public final Instant creationDateTime()
A timestamp of when the intent was created.
public final Instant lastUpdatedDateTime()
A timestamp of the last time that the intent was modified.
public UpdateIntentResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateIntentResponse.Builder,UpdateIntentResponse>toBuilder in class AwsResponsepublic static UpdateIntentResponse.Builder builder()
public static Class<? extends UpdateIntentResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.