Interface ConfigurationEvent.Builder

    • Method Detail

      • chatMode

        ConfigurationEvent.Builder chatMode​(String chatMode)

        The chat modes available to an Amazon Q Business end user.

        • RETRIEVAL_MODE - The default chat mode for an Amazon Q Business application. When this mode is enabled, Amazon Q Business generates responses only from data sources connected to an Amazon Q Business application.

        • CREATOR_MODE - By selecting this mode, users can choose to generate responses only from the LLM knowledge, without consulting connected data sources, for a chat request.

        • PLUGIN_MODE - By selecting this mode, users can choose to use plugins in chat.

        For more information, see Admin controls and guardrails, Plugins, and Conversation settings.

        Parameters:
        chatMode - The chat modes available to an Amazon Q Business end user.

        • RETRIEVAL_MODE - The default chat mode for an Amazon Q Business application. When this mode is enabled, Amazon Q Business generates responses only from data sources connected to an Amazon Q Business application.

        • CREATOR_MODE - By selecting this mode, users can choose to generate responses only from the LLM knowledge, without consulting connected data sources, for a chat request.

        • PLUGIN_MODE - By selecting this mode, users can choose to use plugins in chat.

        For more information, see Admin controls and guardrails, Plugins, and Conversation settings.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChatMode, ChatMode
      • chatMode

        ConfigurationEvent.Builder chatMode​(ChatMode chatMode)

        The chat modes available to an Amazon Q Business end user.

        • RETRIEVAL_MODE - The default chat mode for an Amazon Q Business application. When this mode is enabled, Amazon Q Business generates responses only from data sources connected to an Amazon Q Business application.

        • CREATOR_MODE - By selecting this mode, users can choose to generate responses only from the LLM knowledge, without consulting connected data sources, for a chat request.

        • PLUGIN_MODE - By selecting this mode, users can choose to use plugins in chat.

        For more information, see Admin controls and guardrails, Plugins, and Conversation settings.

        Parameters:
        chatMode - The chat modes available to an Amazon Q Business end user.

        • RETRIEVAL_MODE - The default chat mode for an Amazon Q Business application. When this mode is enabled, Amazon Q Business generates responses only from data sources connected to an Amazon Q Business application.

        • CREATOR_MODE - By selecting this mode, users can choose to generate responses only from the LLM knowledge, without consulting connected data sources, for a chat request.

        • PLUGIN_MODE - By selecting this mode, users can choose to use plugins in chat.

        For more information, see Admin controls and guardrails, Plugins, and Conversation settings.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChatMode, ChatMode
      • chatModeConfiguration

        ConfigurationEvent.Builder chatModeConfiguration​(ChatModeConfiguration chatModeConfiguration)
        Sets the value of the ChatModeConfiguration property for this object.
        Parameters:
        chatModeConfiguration - The new value for the ChatModeConfiguration property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeFilter

        ConfigurationEvent.Builder attributeFilter​(AttributeFilter attributeFilter)
        Sets the value of the AttributeFilter property for this object.
        Parameters:
        attributeFilter - The new value for the AttributeFilter property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.