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 DescribeIntentResult

    • Constructor Detail

      • DescribeIntentResult

        public DescribeIntentResult()
    • Method Detail

      • setIntentId

        public void setIntentId(String intentId)

        The unique identifier assigned to the intent when it was created.

        Parameters:
        intentId - The unique identifier assigned to the intent when it was created.
      • getIntentId

        public String getIntentId()

        The unique identifier assigned to the intent when it was created.

        Returns:
        The unique identifier assigned to the intent when it was created.
      • withIntentId

        public DescribeIntentResult withIntentId(String intentId)

        The unique identifier assigned to the intent when it was created.

        Parameters:
        intentId - The unique identifier assigned to the intent when it was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIntentName

        public void setIntentName(String intentName)

        The name specified for the intent.

        Parameters:
        intentName - The name specified for the intent.
      • getIntentName

        public String getIntentName()

        The name specified for the intent.

        Returns:
        The name specified for the intent.
      • withIntentName

        public DescribeIntentResult withIntentName(String intentName)

        The name specified for the intent.

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

        public void setDescription(String description)

        The description of the intent.

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

        public String getDescription()

        The description of the intent.

        Returns:
        The description of the intent.
      • withDescription

        public DescribeIntentResult withDescription(String description)

        The description of the intent.

        Parameters:
        description - The 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 identifier of the built-in intent that this intent is derived from, if any.

        Parameters:
        parentIntentSignature - The identifier of the built-in intent that this intent is derived from, if any.
      • getParentIntentSignature

        public String getParentIntentSignature()

        The identifier of the built-in intent that this intent is derived from, if any.

        Returns:
        The identifier of the built-in intent that this intent is derived from, if any.
      • withParentIntentSignature

        public DescribeIntentResult withParentIntentSignature(String parentIntentSignature)

        The identifier of the built-in intent that this intent is derived from, if any.

        Parameters:
        parentIntentSignature - The identifier of the built-in intent that this intent is derived from, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSampleUtterances

        public List<SampleUtterance> getSampleUtterances()

        User utterances that trigger this intent.

        Returns:
        User utterances that trigger this intent.
      • setSampleUtterances

        public void setSampleUtterances(Collection<SampleUtterance> sampleUtterances)

        User utterances that trigger this intent.

        Parameters:
        sampleUtterances - User utterances that trigger this intent.
      • withSampleUtterances

        public DescribeIntentResult withSampleUtterances(Collection<SampleUtterance> sampleUtterances)

        User utterances that trigger this intent.

        Parameters:
        sampleUtterances - User utterances that trigger this intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDialogCodeHook

        public void setDialogCodeHook(DialogCodeHookSettings dialogCodeHook)

        The Lambda function called during each turn of a conversation with the intent.

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

        public DialogCodeHookSettings getDialogCodeHook()

        The Lambda function called during each turn of a conversation with the intent.

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

        public DescribeIntentResult withDialogCodeHook(DialogCodeHookSettings dialogCodeHook)

        The Lambda function called during each turn of a conversation with the intent.

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

        public void setFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)

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

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

        public FulfillmentCodeHookSettings getFulfillmentCodeHook()

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

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

        public DescribeIntentResult withFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)

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

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

        public List<SlotPriority> getSlotPriorities()

        The list that determines the priority that slots should be elicited from the user.

        Returns:
        The list that determines the priority that slots should be elicited from the user.
      • setSlotPriorities

        public void setSlotPriorities(Collection<SlotPriority> slotPriorities)

        The list that determines the priority that slots should be elicited from the user.

        Parameters:
        slotPriorities - The list that determines the priority that slots should be elicited from the user.
      • withSlotPriorities

        public DescribeIntentResult withSlotPriorities(SlotPriority... slotPriorities)

        The list that determines the priority that slots should be elicited from the user.

        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 list that determines the priority that slots should be elicited from the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withSlotPriorities

        public DescribeIntentResult withSlotPriorities(Collection<SlotPriority> slotPriorities)

        The list that determines the priority that slots should be elicited from the user.

        Parameters:
        slotPriorities - The list that determines the priority that slots should be elicited from the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIntentConfirmationSetting

        public void setIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)

        Prompts that Amazon Lex sends to the user to confirm completion of an intent.

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

        public IntentConfirmationSetting getIntentConfirmationSetting()

        Prompts that Amazon Lex sends to the user to confirm completion of an intent.

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

        public DescribeIntentResult withIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)

        Prompts that Amazon Lex sends to the user to confirm completion of an intent.

        Parameters:
        intentConfirmationSetting - Prompts that Amazon Lex sends to the user to confirm 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 response that Amazon Lex sends to when the intent is closed.

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

        public IntentClosingSetting getIntentClosingSetting()

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

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

        public DescribeIntentResult withIntentClosingSetting(IntentClosingSetting intentClosingSetting)

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

        Parameters:
        intentClosingSetting - The response that Amazon Lex sends to 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()

        A list of contexts that must be active for the intent to be considered for sending to the user.

        Returns:
        A list of contexts that must be active for the intent to be considered for sending to the user.
      • setInputContexts

        public void setInputContexts(Collection<InputContext> inputContexts)

        A list of contexts that must be active for the intent to be considered for sending to the user.

        Parameters:
        inputContexts - A list of contexts that must be active for the intent to be considered for sending to the user.
      • withInputContexts

        public DescribeIntentResult withInputContexts(InputContext... inputContexts)

        A list of contexts that must be active for the intent to be considered for sending to the user.

        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 - A list of contexts that must be active for the intent to be considered for sending to the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withInputContexts

        public DescribeIntentResult withInputContexts(Collection<InputContext> inputContexts)

        A list of contexts that must be active for the intent to be considered for sending to the user.

        Parameters:
        inputContexts - A list of contexts that must be active for the intent to be considered for sending to the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getOutputContexts

        public List<OutputContext> getOutputContexts()

        A list of contexts that are activated when the intent is fulfilled.

        Returns:
        A list of contexts that are activated when the intent is fulfilled.
      • setOutputContexts

        public void setOutputContexts(Collection<OutputContext> outputContexts)

        A list of contexts that are activated when the intent is fulfilled.

        Parameters:
        outputContexts - A list of contexts that are activated when the intent is fulfilled.
      • withOutputContexts

        public DescribeIntentResult withOutputContexts(Collection<OutputContext> outputContexts)

        A list of contexts that are activated when the intent is fulfilled.

        Parameters:
        outputContexts - A list of contexts that are activated 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)

        Configuration information required to use the AMAZON.KendraSearchIntent intent.

        Parameters:
        kendraConfiguration - Configuration information required to use the AMAZON.KendraSearchIntent intent.
      • getKendraConfiguration

        public KendraConfiguration getKendraConfiguration()

        Configuration information required to use the AMAZON.KendraSearchIntent intent.

        Returns:
        Configuration information required to use the AMAZON.KendraSearchIntent intent.
      • withKendraConfiguration

        public DescribeIntentResult withKendraConfiguration(KendraConfiguration kendraConfiguration)

        Configuration information required to use the AMAZON.KendraSearchIntent intent.

        Parameters:
        kendraConfiguration - Configuration information required to use 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 associated with the intent.

        Parameters:
        botId - The identifier of the bot associated with the intent.
      • getBotId

        public String getBotId()

        The identifier of the bot associated with the intent.

        Returns:
        The identifier of the bot associated with the intent.
      • withBotId

        public DescribeIntentResult withBotId(String botId)

        The identifier of the bot associated with the intent.

        Parameters:
        botId - The identifier of the bot associated with 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 associated with the intent.

        Parameters:
        botVersion - The version of the bot associated with the intent.
      • getBotVersion

        public String getBotVersion()

        The version of the bot associated with the intent.

        Returns:
        The version of the bot associated with the intent.
      • withBotVersion

        public DescribeIntentResult withBotVersion(String botVersion)

        The version of the bot associated with the intent.

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

        public void setLocaleId(String localeId)

        The language and locale specified for the intent.

        Parameters:
        localeId - The language and locale specified for the intent.
      • getLocaleId

        public String getLocaleId()

        The language and locale specified for the intent.

        Returns:
        The language and locale specified for the intent.
      • withLocaleId

        public DescribeIntentResult withLocaleId(String localeId)

        The language and locale specified for the intent.

        Parameters:
        localeId - The language and locale specified for 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 the date and time that the intent was created.

        Parameters:
        creationDateTime - A timestamp of the date and time that the intent was created.
      • getCreationDateTime

        public Date getCreationDateTime()

        A timestamp of the date and time that the intent was created.

        Returns:
        A timestamp of the date and time that the intent was created.
      • withCreationDateTime

        public DescribeIntentResult withCreationDateTime(Date creationDateTime)

        A timestamp of the date and time that the intent was created.

        Parameters:
        creationDateTime - A timestamp of the date and time that 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 date and time that the intent was last updated.

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

        public Date getLastUpdatedDateTime()

        A timestamp of the date and time that the intent was last updated.

        Returns:
        A timestamp of the date and time that the intent was last updated.
      • withLastUpdatedDateTime

        public DescribeIntentResult withLastUpdatedDateTime(Date lastUpdatedDateTime)

        A timestamp of the date and time that the intent was last updated.

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

        public void setInitialResponseSetting(InitialResponseSetting initialResponseSetting)

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

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

        public InitialResponseSetting getInitialResponseSetting()

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

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

        public DescribeIntentResult withInitialResponseSetting(InitialResponseSetting initialResponseSetting)

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

        Parameters:
        initialResponseSetting - Configuration setting 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 DescribeIntentResult 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 によって変換されたページ (->オリジナル) /