Interface ChatResponseConfiguration.Builder

  • Method Details

    • chatResponseConfigurationId

      ChatResponseConfiguration.Builder chatResponseConfigurationId(String chatResponseConfigurationId)

      A unique identifier for your chat response configuration settings, used to reference and manage the configuration within the Amazon Q Business service.

      Parameters:
      chatResponseConfigurationId - A unique identifier for your chat response configuration settings, used to reference and manage the configuration within the Amazon Q Business service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • chatResponseConfigurationArn

      ChatResponseConfiguration.Builder chatResponseConfigurationArn(String chatResponseConfigurationArn)

      The Amazon Resource Name (ARN) of the chat response configuration, which uniquely identifies the resource across all Amazon Web Services services and accounts.

      Parameters:
      chatResponseConfigurationArn - The Amazon Resource Name (ARN) of the chat response configuration, which uniquely identifies the resource across all Amazon Web Services services and accounts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      ChatResponseConfiguration.Builder displayName(String displayName)

      A human-readable name for the chat response configuration, making it easier to identify and manage multiple configurations within an organization.

      Parameters:
      displayName - A human-readable name for the chat response configuration, making it easier to identify and manage multiple configurations within an organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • responseConfigurationSummary

      ChatResponseConfiguration.Builder responseConfigurationSummary(String responseConfigurationSummary)

      A summary of the response configuration settings, providing a concise overview of the key parameters that define how responses are generated and formatted.

      Parameters:
      responseConfigurationSummary - A summary of the response configuration settings, providing a concise overview of the key parameters that define how responses are generated and formatted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the chat response configuration, indicating whether it is active, pending, or in another state that affects its availability for use in chat interactions.

      Parameters:
      status - The current status of the chat response configuration, indicating whether it is active, pending, or in another state that affects its availability for use in chat interactions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the chat response configuration, indicating whether it is active, pending, or in another state that affects its availability for use in chat interactions.

      Parameters:
      status - The current status of the chat response configuration, indicating whether it is active, pending, or in another state that affects its availability for use in chat interactions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      The timestamp indicating when the chat response configuration was initially created, useful for tracking the lifecycle of configuration resources.

      Parameters:
      createdAt - The timestamp indicating when the chat response configuration was initially created, useful for tracking the lifecycle of configuration resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The timestamp indicating when the chat response configuration was last modified, helping administrators track changes and maintain version awareness.

      Parameters:
      updatedAt - The timestamp indicating when the chat response configuration was last modified, helping administrators track changes and maintain version awareness.
      Returns:
      Returns a reference to this object so that method calls can be chained together.