Interface ChatResponseConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ChatResponseConfiguration.Builder,
,ChatResponseConfiguration> SdkBuilder<ChatResponseConfiguration.Builder,
,ChatResponseConfiguration> SdkPojo
- Enclosing class:
ChatResponseConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionchatResponseConfigurationArn
(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.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.The timestamp indicating when the chat response configuration was initially created, useful for tracking the lifecycle of configuration resources.displayName
(String displayName) A human-readable name for the chat response configuration, making it easier to identify and manage multiple configurations within an organization.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.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.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.The timestamp indicating when the chat response configuration was last modified, helping administrators track changes and maintain version awareness.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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.
-