JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.lexmodelsv2.model

Class UpdateIntentResult

    • Constructor Detail

      • UpdateIntentResult

        public UpdateIntentResult()
    • Method Detail

      • setIntentId

        public void setIntentId(String intentId)

        The identifier of the intent that was updated.

        Parameters:
        intentId - The identifier of the intent that was updated.
      • getIntentId

        public String getIntentId()

        The identifier of the intent that was updated.

        Returns:
        The identifier of the intent that was updated.
      • withIntentId

        public UpdateIntentResult withIntentId(String intentId)

        The identifier of the intent that was updated.

        Parameters:
        intentId - The identifier of the intent that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIntentName

        public void setIntentName(String intentName)

        The updated name of the intent.

        Parameters:
        intentName - The updated name of the intent.
      • getIntentName

        public String getIntentName()

        The updated name of the intent.

        Returns:
        The updated name of the intent.
      • withIntentName

        public UpdateIntentResult withIntentName(String intentName)

        The updated name of the intent.

        Parameters:
        intentName - The updated name of the intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The updated description of the intent.

        Parameters:
        description - The updated description of the intent.
      • getDescription

        public String getDescription()

        The updated description of the intent.

        Returns:
        The updated description of the intent.
      • withDescription

        public UpdateIntentResult withDescription(String description)

        The updated description of the intent.

        Parameters:
        description - The updated description of the intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setParentIntentSignature

        public void setParentIntentSignature(String parentIntentSignature)

        The updated built-in intent that is the parent of this intent.

        Parameters:
        parentIntentSignature - The updated built-in intent that is the parent of this intent.
      • getParentIntentSignature

        public String getParentIntentSignature()

        The updated built-in intent that is the parent of this intent.

        Returns:
        The updated built-in intent that is the parent of this intent.
      • withParentIntentSignature

        public UpdateIntentResult withParentIntentSignature(String parentIntentSignature)

        The updated built-in intent that is the parent of this intent.

        Parameters:
        parentIntentSignature - The updated built-in intent that is the parent of this intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSampleUtterances

        public List<SampleUtterance> getSampleUtterances()

        The updated list of sample utterances for the intent.

        Returns:
        The updated list of sample utterances for the intent.
      • setSampleUtterances

        public void setSampleUtterances(Collection<SampleUtterance> sampleUtterances)

        The updated list of sample utterances for the intent.

        Parameters:
        sampleUtterances - The updated list of sample utterances for the intent.
      • withSampleUtterances

        public UpdateIntentResult withSampleUtterances(Collection<SampleUtterance> sampleUtterances)

        The updated list of sample utterances for the intent.

        Parameters:
        sampleUtterances - The updated list of sample utterances for the intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDialogCodeHook

        public void setDialogCodeHook(DialogCodeHookSettings dialogCodeHook)

        The updated Lambda function called during each turn of the conversation with the user.

        Parameters:
        dialogCodeHook - The updated Lambda function called during each turn of the conversation with the user.
      • getDialogCodeHook

        public DialogCodeHookSettings getDialogCodeHook()

        The updated Lambda function called during each turn of the conversation with the user.

        Returns:
        The updated Lambda function called during each turn of the conversation with the user.
      • withDialogCodeHook

        public UpdateIntentResult withDialogCodeHook(DialogCodeHookSettings dialogCodeHook)

        The updated Lambda function called during each turn of the conversation with the user.

        Parameters:
        dialogCodeHook - The updated Lambda function called during each turn of the conversation with the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFulfillmentCodeHook

        public void setFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)

        The updated Lambda function called when the intent is ready for fulfillment.

        Parameters:
        fulfillmentCodeHook - The updated Lambda function called when the intent is ready for fulfillment.
      • getFulfillmentCodeHook

        public FulfillmentCodeHookSettings getFulfillmentCodeHook()

        The updated Lambda function called when the intent is ready for fulfillment.

        Returns:
        The updated Lambda function called when the intent is ready for fulfillment.
      • withFulfillmentCodeHook

        public UpdateIntentResult withFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)

        The updated Lambda function called when the intent is ready for fulfillment.

        Parameters:
        fulfillmentCodeHook - The updated Lambda function called when the intent is ready for fulfillment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSlotPriorities

        public List<SlotPriority> getSlotPriorities()

        The updated list of slots and their priorities that are elicited from the user for the intent.

        Returns:
        The updated list of slots and their priorities that are elicited from the user for the intent.
      • setSlotPriorities

        public void setSlotPriorities(Collection<SlotPriority> slotPriorities)

        The updated list of slots and their priorities that are elicited from the user for the intent.

        Parameters:
        slotPriorities - The updated list of slots and their priorities that are elicited from the user for the intent.
      • withSlotPriorities

        public UpdateIntentResult withSlotPriorities(SlotPriority... slotPriorities)

        The updated list of slots and their priorities that are elicited from the user for the intent.

        NOTE: This method appends the values to the existing list (if any). Use setSlotPriorities(java.util.Collection) or withSlotPriorities(java.util.Collection) if you want to override the existing values.

        Parameters:
        slotPriorities - The updated list of slots and their priorities that are elicited from the user for the intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withSlotPriorities

        public UpdateIntentResult withSlotPriorities(Collection<SlotPriority> slotPriorities)

        The updated list of slots and their priorities that are elicited from the user for the intent.

        Parameters:
        slotPriorities - The updated list of slots and their priorities that are elicited from the user for the intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIntentConfirmationSetting

        public void setIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)

        The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.

        Parameters:
        intentConfirmationSetting - The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
      • getIntentConfirmationSetting

        public IntentConfirmationSetting getIntentConfirmationSetting()

        The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.

        Returns:
        The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
      • withIntentConfirmationSetting

        public UpdateIntentResult withIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)

        The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.

        Parameters:
        intentConfirmationSetting - The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIntentClosingSetting

        public void setIntentClosingSetting(IntentClosingSetting intentClosingSetting)

        The updated response that Amazon Lex sends the user when the intent is closed.

        Parameters:
        intentClosingSetting - The updated response that Amazon Lex sends the user when the intent is closed.
      • getIntentClosingSetting

        public IntentClosingSetting getIntentClosingSetting()

        The updated response that Amazon Lex sends the user when the intent is closed.

        Returns:
        The updated response that Amazon Lex sends the user when the intent is closed.
      • withIntentClosingSetting

        public UpdateIntentResult withIntentClosingSetting(IntentClosingSetting intentClosingSetting)

        The updated response that Amazon Lex sends the user when the intent is closed.

        Parameters:
        intentClosingSetting - The updated response that Amazon Lex sends the user when the intent is closed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getInputContexts

        public List<InputContext> getInputContexts()

        The updated list of contexts that must be active for the intent to be considered by Amazon Lex.

        Returns:
        The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
      • setInputContexts

        public void setInputContexts(Collection<InputContext> inputContexts)

        The updated list of contexts that must be active for the intent to be considered by Amazon Lex.

        Parameters:
        inputContexts - The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
      • withInputContexts

        public UpdateIntentResult withInputContexts(InputContext... inputContexts)

        The updated list of contexts that must be active for the intent to be considered by Amazon Lex.

        NOTE: This method appends the values to the existing list (if any). Use setInputContexts(java.util.Collection) or withInputContexts(java.util.Collection) if you want to override the existing values.

        Parameters:
        inputContexts - The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withInputContexts

        public UpdateIntentResult withInputContexts(Collection<InputContext> inputContexts)

        The updated list of contexts that must be active for the intent to be considered by Amazon Lex.

        Parameters:
        inputContexts - The updated list of contexts that must be active for the intent to be considered by Amazon Lex.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getOutputContexts

        public List<OutputContext> getOutputContexts()

        The updated list of contexts that Amazon Lex activates when the intent is fulfilled.

        Returns:
        The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
      • setOutputContexts

        public void setOutputContexts(Collection<OutputContext> outputContexts)

        The updated list of contexts that Amazon Lex activates when the intent is fulfilled.

        Parameters:
        outputContexts - The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
      • withOutputContexts

        public UpdateIntentResult withOutputContexts(OutputContext... outputContexts)

        The updated list of contexts that Amazon Lex activates when the intent is fulfilled.

        NOTE: This method appends the values to the existing list (if any). Use setOutputContexts(java.util.Collection) or withOutputContexts(java.util.Collection) if you want to override the existing values.

        Parameters:
        outputContexts - The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withOutputContexts

        public UpdateIntentResult withOutputContexts(Collection<OutputContext> outputContexts)

        The updated list of contexts that Amazon Lex activates when the intent is fulfilled.

        Parameters:
        outputContexts - The updated list of contexts that Amazon Lex activates when the intent is fulfilled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setKendraConfiguration

        public void setKendraConfiguration(KendraConfiguration kendraConfiguration)

        The updated configuration for connecting to an Amazon Kendra index with the AMAZON.KendraSearchIntent intent.

        Parameters:
        kendraConfiguration - The updated configuration for connecting to an Amazon Kendra index with the AMAZON.KendraSearchIntent intent.
      • getKendraConfiguration

        public KendraConfiguration getKendraConfiguration()

        The updated configuration for connecting to an Amazon Kendra index with the AMAZON.KendraSearchIntent intent.

        Returns:
        The updated configuration for connecting to an Amazon Kendra index with the AMAZON.KendraSearchIntent intent.
      • withKendraConfiguration

        public UpdateIntentResult withKendraConfiguration(KendraConfiguration kendraConfiguration)

        The updated configuration for connecting to an Amazon Kendra index with the AMAZON.KendraSearchIntent intent.

        Parameters:
        kendraConfiguration - The updated configuration for connecting to an Amazon Kendra index with the AMAZON.KendraSearchIntent intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotId

        public void setBotId(String botId)

        The identifier of the bot that contains the intent.

        Parameters:
        botId - The identifier of the bot that contains the intent.
      • getBotId

        public String getBotId()

        The identifier of the bot that contains the intent.

        Returns:
        The identifier of the bot that contains the intent.
      • withBotId

        public UpdateIntentResult withBotId(String botId)

        The identifier of the bot that contains the intent.

        Parameters:
        botId - The identifier of the bot that contains the intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotVersion

        public void setBotVersion(String botVersion)

        The version of the bot that contains the intent. Will always be DRAFT.

        Parameters:
        botVersion - The version of the bot that contains the intent. Will always be DRAFT.
      • getBotVersion

        public String getBotVersion()

        The version of the bot that contains the intent. Will always be DRAFT.

        Returns:
        The version of the bot that contains the intent. Will always be DRAFT.
      • withBotVersion

        public UpdateIntentResult withBotVersion(String botVersion)

        The version of the bot that contains the intent. Will always be DRAFT.

        Parameters:
        botVersion - The version of the bot that contains the intent. Will always be DRAFT.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLocaleId

        public void setLocaleId(String localeId)

        The updated language and locale of the intent.

        Parameters:
        localeId - The updated language and locale of the intent.
      • getLocaleId

        public String getLocaleId()

        The updated language and locale of the intent.

        Returns:
        The updated language and locale of the intent.
      • withLocaleId

        public UpdateIntentResult withLocaleId(String localeId)

        The updated language and locale of the intent.

        Parameters:
        localeId - The updated language and locale of the intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationDateTime

        public void setCreationDateTime(Date creationDateTime)

        A timestamp of when the intent was created.

        Parameters:
        creationDateTime - A timestamp of when the intent was created.
      • getCreationDateTime

        public Date getCreationDateTime()

        A timestamp of when the intent was created.

        Returns:
        A timestamp of when the intent was created.
      • withCreationDateTime

        public UpdateIntentResult withCreationDateTime(Date creationDateTime)

        A timestamp of when the intent was created.

        Parameters:
        creationDateTime - A timestamp of when the intent was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastUpdatedDateTime

        public void setLastUpdatedDateTime(Date lastUpdatedDateTime)

        A timestamp of the last time that the intent was modified.

        Parameters:
        lastUpdatedDateTime - A timestamp of the last time that the intent was modified.
      • getLastUpdatedDateTime

        public Date getLastUpdatedDateTime()

        A timestamp of the last time that the intent was modified.

        Returns:
        A timestamp of the last time that the intent was modified.
      • withLastUpdatedDateTime

        public UpdateIntentResult withLastUpdatedDateTime(Date lastUpdatedDateTime)

        A timestamp of the last time that the intent was modified.

        Parameters:
        lastUpdatedDateTime - A timestamp of the last time that the intent was modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setInitialResponseSetting

        public void setInitialResponseSetting(InitialResponseSetting initialResponseSetting)

        Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.

        Parameters:
        initialResponseSetting - Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
      • getInitialResponseSetting

        public InitialResponseSetting getInitialResponseSetting()

        Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.

        Returns:
        Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
      • withInitialResponseSetting

        public UpdateIntentResult withInitialResponseSetting(InitialResponseSetting initialResponseSetting)

        Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.

        Parameters:
        initialResponseSetting - Configuration settings for a response sent to the user before Amazon Lex starts eliciting slots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setQnAIntentConfiguration

        public void setQnAIntentConfiguration(QnAIntentConfiguration qnAIntentConfiguration)

        Details about the configuration of the built-in Amazon.QnAIntent.

        Parameters:
        qnAIntentConfiguration - Details about the configuration of the built-in Amazon.QnAIntent.
      • getQnAIntentConfiguration

        public QnAIntentConfiguration getQnAIntentConfiguration()

        Details about the configuration of the built-in Amazon.QnAIntent.

        Returns:
        Details about the configuration of the built-in Amazon.QnAIntent.
      • withQnAIntentConfiguration

        public UpdateIntentResult withQnAIntentConfiguration(QnAIntentConfiguration qnAIntentConfiguration)

        Details about the configuration of the built-in Amazon.QnAIntent.

        Parameters:
        qnAIntentConfiguration - Details about the configuration of the built-in Amazon.QnAIntent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /