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 DescribeBotAliasResult

    • Constructor Detail

      • DescribeBotAliasResult

        public DescribeBotAliasResult()
    • Method Detail

      • setBotAliasId

        public void setBotAliasId(String botAliasId)

        The identifier of the bot alias.

        Parameters:
        botAliasId - The identifier of the bot alias.
      • getBotAliasId

        public String getBotAliasId()

        The identifier of the bot alias.

        Returns:
        The identifier of the bot alias.
      • withBotAliasId

        public DescribeBotAliasResult withBotAliasId(String botAliasId)

        The identifier of the bot alias.

        Parameters:
        botAliasId - The identifier of the bot alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotAliasName

        public void setBotAliasName(String botAliasName)

        The name of the bot alias.

        Parameters:
        botAliasName - The name of the bot alias.
      • getBotAliasName

        public String getBotAliasName()

        The name of the bot alias.

        Returns:
        The name of the bot alias.
      • withBotAliasName

        public DescribeBotAliasResult withBotAliasName(String botAliasName)

        The name of the bot alias.

        Parameters:
        botAliasName - The name of the bot alias.
        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 bot alias.

        Parameters:
        description - The description of the bot alias.
      • getDescription

        public String getDescription()

        The description of the bot alias.

        Returns:
        The description of the bot alias.
      • withDescription

        public DescribeBotAliasResult withDescription(String description)

        The description of the bot alias.

        Parameters:
        description - The description of the bot alias.
        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 bot alias.

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

        public String getBotVersion()

        The version of the bot associated with the bot alias.

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

        public DescribeBotAliasResult withBotVersion(String botVersion)

        The version of the bot associated with the bot alias.

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

        public Map<String,BotAliasLocaleSettings> getBotAliasLocaleSettings()

        The locale settings that are unique to the alias.

        Returns:
        The locale settings that are unique to the alias.
      • setBotAliasLocaleSettings

        public void setBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)

        The locale settings that are unique to the alias.

        Parameters:
        botAliasLocaleSettings - The locale settings that are unique to the alias.
      • withBotAliasLocaleSettings

        public DescribeBotAliasResult withBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)

        The locale settings that are unique to the alias.

        Parameters:
        botAliasLocaleSettings - The locale settings that are unique to the alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearBotAliasLocaleSettingsEntries

        public DescribeBotAliasResult clearBotAliasLocaleSettingsEntries()
        Removes all the entries added into BotAliasLocaleSettings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConversationLogSettings

        public void setConversationLogSettings(ConversationLogSettings conversationLogSettings)

        Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.

        Parameters:
        conversationLogSettings - Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.
      • getConversationLogSettings

        public ConversationLogSettings getConversationLogSettings()

        Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.

        Returns:
        Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.
      • withConversationLogSettings

        public DescribeBotAliasResult withConversationLogSettings(ConversationLogSettings conversationLogSettings)

        Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.

        Parameters:
        conversationLogSettings - Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSentimentAnalysisSettings

        public void setSentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings)
        Parameters:
        sentimentAnalysisSettings -
      • withSentimentAnalysisSettings

        public DescribeBotAliasResult withSentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings)
        Parameters:
        sentimentAnalysisSettings -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getBotAliasHistoryEvents

        public List<BotAliasHistoryEvent> getBotAliasHistoryEvents()

        A list of events that affect a bot alias. For example, an event is recorded when the version that the alias points to changes.

        Returns:
        A list of events that affect a bot alias. For example, an event is recorded when the version that the alias points to changes.
      • setBotAliasHistoryEvents

        public void setBotAliasHistoryEvents(Collection<BotAliasHistoryEvent> botAliasHistoryEvents)

        A list of events that affect a bot alias. For example, an event is recorded when the version that the alias points to changes.

        Parameters:
        botAliasHistoryEvents - A list of events that affect a bot alias. For example, an event is recorded when the version that the alias points to changes.
      • withBotAliasHistoryEvents

        public DescribeBotAliasResult withBotAliasHistoryEvents(BotAliasHistoryEvent... botAliasHistoryEvents)

        A list of events that affect a bot alias. For example, an event is recorded when the version that the alias points to changes.

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

        Parameters:
        botAliasHistoryEvents - A list of events that affect a bot alias. For example, an event is recorded when the version that the alias points to changes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withBotAliasHistoryEvents

        public DescribeBotAliasResult withBotAliasHistoryEvents(Collection<BotAliasHistoryEvent> botAliasHistoryEvents)

        A list of events that affect a bot alias. For example, an event is recorded when the version that the alias points to changes.

        Parameters:
        botAliasHistoryEvents - A list of events that affect a bot alias. For example, an event is recorded when the version that the alias points to changes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotAliasStatus

        public void setBotAliasStatus(String botAliasStatus)

        The current status of the alias. When the alias is Available, the alias is ready for use with your bot.

        Parameters:
        botAliasStatus - The current status of the alias. When the alias is Available, the alias is ready for use with your bot.
        See Also:
        BotAliasStatus
      • getBotAliasStatus

        public String getBotAliasStatus()

        The current status of the alias. When the alias is Available, the alias is ready for use with your bot.

        Returns:
        The current status of the alias. When the alias is Available, the alias is ready for use with your bot.
        See Also:
        BotAliasStatus
      • withBotAliasStatus

        public DescribeBotAliasResult withBotAliasStatus(String botAliasStatus)

        The current status of the alias. When the alias is Available, the alias is ready for use with your bot.

        Parameters:
        botAliasStatus - The current status of the alias. When the alias is Available, the alias is ready for use with your bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotAliasStatus
      • withBotAliasStatus

        public DescribeBotAliasResult withBotAliasStatus(BotAliasStatus botAliasStatus)

        The current status of the alias. When the alias is Available, the alias is ready for use with your bot.

        Parameters:
        botAliasStatus - The current status of the alias. When the alias is Available, the alias is ready for use with your bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotAliasStatus
      • setBotId

        public void setBotId(String botId)

        The identifier of the bot associated with the bot alias.

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

        public String getBotId()

        The identifier of the bot associated with the bot alias.

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

        public DescribeBotAliasResult withBotId(String botId)

        The identifier of the bot associated with the bot alias.

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

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

        public Date getCreationDateTime()

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

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

        public DescribeBotAliasResult withCreationDateTime(Date creationDateTime)

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

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

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

        public Date getLastUpdatedDateTime()

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

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

        public DescribeBotAliasResult withLastUpdatedDateTime(Date lastUpdatedDateTime)

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

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

        public List<ParentBotNetwork> getParentBotNetworks()

        A list of the networks to which the bot alias you described belongs.

        Returns:
        A list of the networks to which the bot alias you described belongs.
      • setParentBotNetworks

        public void setParentBotNetworks(Collection<ParentBotNetwork> parentBotNetworks)

        A list of the networks to which the bot alias you described belongs.

        Parameters:
        parentBotNetworks - A list of the networks to which the bot alias you described belongs.
      • withParentBotNetworks

        public DescribeBotAliasResult withParentBotNetworks(Collection<ParentBotNetwork> parentBotNetworks)

        A list of the networks to which the bot alias you described belongs.

        Parameters:
        parentBotNetworks - A list of the networks to which the bot alias you described belongs.
        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 によって変換されたページ (->オリジナル) /