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.qconnect.model

Class UpdateQuickResponseRequest

    • Constructor Detail

      • UpdateQuickResponseRequest

        public UpdateQuickResponseRequest()
    • Method Detail

      • getChannels

        public List<String> getChannels()

        The Amazon Connect contact channels this quick response applies to. The supported contact channel types include Chat.

        Returns:
        The Amazon Connect contact channels this quick response applies to. The supported contact channel types include Chat.
      • setChannels

        public void setChannels(Collection<String> channels)

        The Amazon Connect contact channels this quick response applies to. The supported contact channel types include Chat.

        Parameters:
        channels - The Amazon Connect contact channels this quick response applies to. The supported contact channel types include Chat.
      • withChannels

        public UpdateQuickResponseRequest withChannels(String... channels)

        The Amazon Connect contact channels this quick response applies to. The supported contact channel types include Chat.

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

        Parameters:
        channels - The Amazon Connect contact channels this quick response applies to. The supported contact channel types include Chat.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withChannels

        public UpdateQuickResponseRequest withChannels(Collection<String> channels)

        The Amazon Connect contact channels this quick response applies to. The supported contact channel types include Chat.

        Parameters:
        channels - The Amazon Connect contact channels this quick response applies to. The supported contact channel types include Chat.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setContent

        public void setContent(QuickResponseDataProvider content)

        The updated content of the quick response.

        Parameters:
        content - The updated content of the quick response.
      • getContent

        public QuickResponseDataProvider getContent()

        The updated content of the quick response.

        Returns:
        The updated content of the quick response.
      • withContent

        public UpdateQuickResponseRequest withContent(QuickResponseDataProvider content)

        The updated content of the quick response.

        Parameters:
        content - The updated content of the quick response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setContentType

        public void setContentType(String contentType)

        The media type of the quick response content.

        • Use application/x.quickresponse;format=plain for quick response written in plain text.

        • Use application/x.quickresponse;format=markdown for quick response written in richtext.

        Parameters:
        contentType - The media type of the quick response content.

        • Use application/x.quickresponse;format=plain for quick response written in plain text.

        • Use application/x.quickresponse;format=markdown for quick response written in richtext.

      • getContentType

        public String getContentType()

        The media type of the quick response content.

        • Use application/x.quickresponse;format=plain for quick response written in plain text.

        • Use application/x.quickresponse;format=markdown for quick response written in richtext.

        Returns:
        The media type of the quick response content.

        • Use application/x.quickresponse;format=plain for quick response written in plain text.

        • Use application/x.quickresponse;format=markdown for quick response written in richtext.

      • withContentType

        public UpdateQuickResponseRequest withContentType(String contentType)

        The media type of the quick response content.

        • Use application/x.quickresponse;format=plain for quick response written in plain text.

        • Use application/x.quickresponse;format=markdown for quick response written in richtext.

        Parameters:
        contentType - The media type of the quick response content.

        • Use application/x.quickresponse;format=plain for quick response written in plain text.

        • Use application/x.quickresponse;format=markdown for quick response written in richtext.

        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 quick response.

        Parameters:
        description - The updated description of the quick response.
      • getDescription

        public String getDescription()

        The updated description of the quick response.

        Returns:
        The updated description of the quick response.
      • withDescription

        public UpdateQuickResponseRequest withDescription(String description)

        The updated description of the quick response.

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

        public void setGroupingConfiguration(GroupingConfiguration groupingConfiguration)

        The updated grouping configuration of the quick response.

        Parameters:
        groupingConfiguration - The updated grouping configuration of the quick response.
      • getGroupingConfiguration

        public GroupingConfiguration getGroupingConfiguration()

        The updated grouping configuration of the quick response.

        Returns:
        The updated grouping configuration of the quick response.
      • withGroupingConfiguration

        public UpdateQuickResponseRequest withGroupingConfiguration(GroupingConfiguration groupingConfiguration)

        The updated grouping configuration of the quick response.

        Parameters:
        groupingConfiguration - The updated grouping configuration of the quick response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIsActive

        public void setIsActive(Boolean isActive)

        Whether the quick response is active.

        Parameters:
        isActive - Whether the quick response is active.
      • getIsActive

        public Boolean getIsActive()

        Whether the quick response is active.

        Returns:
        Whether the quick response is active.
      • withIsActive

        public UpdateQuickResponseRequest withIsActive(Boolean isActive)

        Whether the quick response is active.

        Parameters:
        isActive - Whether the quick response is active.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isActive

        public Boolean isActive()

        Whether the quick response is active.

        Returns:
        Whether the quick response is active.
      • setKnowledgeBaseId

        public void setKnowledgeBaseId(String knowledgeBaseId)

        The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

        Parameters:
        knowledgeBaseId - The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
      • getKnowledgeBaseId

        public String getKnowledgeBaseId()

        The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

        Returns:
        The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
      • withKnowledgeBaseId

        public UpdateQuickResponseRequest withKnowledgeBaseId(String knowledgeBaseId)

        The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

        Parameters:
        knowledgeBaseId - The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLanguage

        public void setLanguage(String language)

        The language code value for the language in which the quick response is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW

        Parameters:
        language - The language code value for the language in which the quick response is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW
      • getLanguage

        public String getLanguage()

        The language code value for the language in which the quick response is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW

        Returns:
        The language code value for the language in which the quick response is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW
      • withLanguage

        public UpdateQuickResponseRequest withLanguage(String language)

        The language code value for the language in which the quick response is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW

        Parameters:
        language - The language code value for the language in which the quick response is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the quick response.

        Parameters:
        name - The name of the quick response.
      • getName

        public String getName()

        The name of the quick response.

        Returns:
        The name of the quick response.
      • withName

        public UpdateQuickResponseRequest withName(String name)

        The name of the quick response.

        Parameters:
        name - The name of the quick response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setQuickResponseId

        public void setQuickResponseId(String quickResponseId)

        The identifier of the quick response.

        Parameters:
        quickResponseId - The identifier of the quick response.
      • getQuickResponseId

        public String getQuickResponseId()

        The identifier of the quick response.

        Returns:
        The identifier of the quick response.
      • withQuickResponseId

        public UpdateQuickResponseRequest withQuickResponseId(String quickResponseId)

        The identifier of the quick response.

        Parameters:
        quickResponseId - The identifier of the quick response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRemoveDescription

        public void setRemoveDescription(Boolean removeDescription)

        Whether to remove the description from the quick response.

        Parameters:
        removeDescription - Whether to remove the description from the quick response.
      • getRemoveDescription

        public Boolean getRemoveDescription()

        Whether to remove the description from the quick response.

        Returns:
        Whether to remove the description from the quick response.
      • withRemoveDescription

        public UpdateQuickResponseRequest withRemoveDescription(Boolean removeDescription)

        Whether to remove the description from the quick response.

        Parameters:
        removeDescription - Whether to remove the description from the quick response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isRemoveDescription

        public Boolean isRemoveDescription()

        Whether to remove the description from the quick response.

        Returns:
        Whether to remove the description from the quick response.
      • setRemoveGroupingConfiguration

        public void setRemoveGroupingConfiguration(Boolean removeGroupingConfiguration)

        Whether to remove the grouping configuration of the quick response.

        Parameters:
        removeGroupingConfiguration - Whether to remove the grouping configuration of the quick response.
      • getRemoveGroupingConfiguration

        public Boolean getRemoveGroupingConfiguration()

        Whether to remove the grouping configuration of the quick response.

        Returns:
        Whether to remove the grouping configuration of the quick response.
      • withRemoveGroupingConfiguration

        public UpdateQuickResponseRequest withRemoveGroupingConfiguration(Boolean removeGroupingConfiguration)

        Whether to remove the grouping configuration of the quick response.

        Parameters:
        removeGroupingConfiguration - Whether to remove the grouping configuration of the quick response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isRemoveGroupingConfiguration

        public Boolean isRemoveGroupingConfiguration()

        Whether to remove the grouping configuration of the quick response.

        Returns:
        Whether to remove the grouping configuration of the quick response.
      • setRemoveShortcutKey

        public void setRemoveShortcutKey(Boolean removeShortcutKey)

        Whether to remove the shortcut key of the quick response.

        Parameters:
        removeShortcutKey - Whether to remove the shortcut key of the quick response.
      • getRemoveShortcutKey

        public Boolean getRemoveShortcutKey()

        Whether to remove the shortcut key of the quick response.

        Returns:
        Whether to remove the shortcut key of the quick response.
      • withRemoveShortcutKey

        public UpdateQuickResponseRequest withRemoveShortcutKey(Boolean removeShortcutKey)

        Whether to remove the shortcut key of the quick response.

        Parameters:
        removeShortcutKey - Whether to remove the shortcut key of the quick response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isRemoveShortcutKey

        public Boolean isRemoveShortcutKey()

        Whether to remove the shortcut key of the quick response.

        Returns:
        Whether to remove the shortcut key of the quick response.
      • setShortcutKey

        public void setShortcutKey(String shortcutKey)

        The shortcut key of the quick response. The value should be unique across the knowledge base.

        Parameters:
        shortcutKey - The shortcut key of the quick response. The value should be unique across the knowledge base.
      • getShortcutKey

        public String getShortcutKey()

        The shortcut key of the quick response. The value should be unique across the knowledge base.

        Returns:
        The shortcut key of the quick response. The value should be unique across the knowledge base.
      • withShortcutKey

        public UpdateQuickResponseRequest withShortcutKey(String shortcutKey)

        The shortcut key of the quick response. The value should be unique across the knowledge base.

        Parameters:
        shortcutKey - The shortcut key of the quick response. The value should be unique across the knowledge base.
        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 によって変換されたページ (->オリジナル) /