AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the UpdateIntent operation. Updates the settings for an intent.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class UpdateIntentRequest : AmazonLexModelsV2Request IAmazonWebServiceRequest
The UpdateIntentRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
UpdateIntentRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
BotId | System.String |
Gets and sets the property BotId. The identifier of the bot that contains the intent. |
![]() |
BotVersion | System.String |
Gets and sets the property BotVersion.
The version of the bot that contains the intent. Must be |
![]() |
Description | System.String |
Gets and sets the property Description. The new description of the intent. |
![]() |
DialogCodeHook | Amazon.LexModelsV2.Model.DialogCodeHookSettings |
Gets and sets the property DialogCodeHook. The new Lambda function to use between each turn of the conversation with the bot. |
![]() |
FulfillmentCodeHook | Amazon.LexModelsV2.Model.FulfillmentCodeHookSettings |
Gets and sets the property FulfillmentCodeHook. The new Lambda function to call when all of the intents required slots are provided and the intent is ready for fulfillment. |
![]() |
InitialResponseSetting | Amazon.LexModelsV2.Model.InitialResponseSetting |
Gets and sets the property InitialResponseSetting. Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots. |
![]() |
InputContexts | System.Collections.Generic.List<Amazon.LexModelsV2.Model.InputContext> |
Gets and sets the property InputContexts. A new list of contexts that must be active in order for Amazon Lex to consider the intent. |
![]() |
IntentClosingSetting | Amazon.LexModelsV2.Model.IntentClosingSetting |
Gets and sets the property IntentClosingSetting. The new response that Amazon Lex sends the user when the intent is closed. |
![]() |
IntentConfirmationSetting | Amazon.LexModelsV2.Model.IntentConfirmationSetting |
Gets and sets the property IntentConfirmationSetting. New prompts that Amazon Lex sends to the user to confirm the completion of an intent. |
![]() |
IntentId | System.String |
Gets and sets the property IntentId. The unique identifier of the intent to update. |
![]() |
IntentName | System.String |
Gets and sets the property IntentName. The new name for the intent. |
![]() |
KendraConfiguration | Amazon.LexModelsV2.Model.KendraConfiguration |
Gets and sets the property KendraConfiguration. New configuration settings for connecting to an Amazon Kendra index. |
![]() |
LocaleId | System.String |
Gets and sets the property LocaleId. The identifier of the language and locale where this intent is used. The string must match one of the supported locales. For more information, see Supported languages. |
![]() |
OutputContexts | System.Collections.Generic.List<Amazon.LexModelsV2.Model.OutputContext> |
Gets and sets the property OutputContexts. A new list of contexts that Amazon Lex activates when the intent is fulfilled. |
![]() |
ParentIntentSignature | System.String |
Gets and sets the property ParentIntentSignature. The signature of the new built-in intent to use as the parent of this intent. |
![]() |
QInConnectIntentConfiguration | Amazon.LexModelsV2.Model.QInConnectIntentConfiguration |
Gets and sets the property QInConnectIntentConfiguration. Qinconnect intent configuration details for the update intent request. |
![]() |
QnAIntentConfiguration | Amazon.LexModelsV2.Model.QnAIntentConfiguration |
Gets and sets the property QnAIntentConfiguration.
Specifies the configuration of the built-in |
![]() |
SampleUtterances | System.Collections.Generic.List<Amazon.LexModelsV2.Model.SampleUtterance> |
Gets and sets the property SampleUtterances. New utterances used to invoke the intent. |
![]() |
SlotPriorities | System.Collections.Generic.List<Amazon.LexModelsV2.Model.SlotPriority> |
Gets and sets the property SlotPriorities. A new list of slots and their priorities that are contained by the intent. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5