#[non_exhaustive]pub struct QuickResponseSummaryBuilder { /* private fields */ }Expand description
A builder for QuickResponseSummary.
Implementations§
source§impl QuickResponseSummaryBuilder
impl QuickResponseSummaryBuilder
sourcepub fn quick_response_arn(self, input: impl Into<String>) -> Self
pub fn quick_response_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the quick response.
This field is required.sourcepub fn set_quick_response_arn(self, input: Option<String>) -> Self
pub fn set_quick_response_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the quick response.
sourcepub fn get_quick_response_arn(&self) -> &Option<String>
pub fn get_quick_response_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the quick response.
sourcepub fn quick_response_id(self, input: impl Into<String>) -> Self
pub fn quick_response_id(self, input: impl Into<String>) -> Self
The identifier of the quick response.
This field is required.sourcepub fn set_quick_response_id(self, input: Option<String>) -> Self
pub fn set_quick_response_id(self, input: Option<String>) -> Self
The identifier of the quick response.
sourcepub fn get_quick_response_id(&self) -> &Option<String>
pub fn get_quick_response_id(&self) -> &Option<String>
The identifier of the quick response.
sourcepub fn knowledge_base_arn(self, input: impl Into<String>) -> Self
pub fn knowledge_base_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the knowledge base.
This field is required.sourcepub fn set_knowledge_base_arn(self, input: Option<String>) -> Self
pub fn set_knowledge_base_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the knowledge base.
sourcepub fn get_knowledge_base_arn(&self) -> &Option<String>
pub fn get_knowledge_base_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the knowledge base.
sourcepub fn knowledge_base_id(self, input: impl Into<String>) -> Self
pub fn knowledge_base_id(self, input: impl Into<String>) -> Self
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it.
This field is required.sourcepub fn set_knowledge_base_id(self, input: Option<String>) -> Self
pub fn set_knowledge_base_id(self, input: Option<String>) -> Self
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it.
sourcepub fn get_knowledge_base_id(&self) -> &Option<String>
pub fn get_knowledge_base_id(&self) -> &Option<String>
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the quick response.
This field is required.sourcepub fn content_type(self, input: impl Into<String>) -> Self
pub fn content_type(self, input: impl Into<String>) -> Self
The media type of the quick response content.
-
Use
application/x.quickresponse;format=plainfor quick response written in plain text. -
Use
application/x.quickresponse;format=markdownfor quick response written in richtext.
sourcepub fn set_content_type(self, input: Option<String>) -> Self
pub fn set_content_type(self, input: Option<String>) -> Self
The media type of the quick response content.
-
Use
application/x.quickresponse;format=plainfor quick response written in plain text. -
Use
application/x.quickresponse;format=markdownfor quick response written in richtext.
sourcepub fn get_content_type(&self) -> &Option<String>
pub fn get_content_type(&self) -> &Option<String>
The media type of the quick response content.
-
Use
application/x.quickresponse;format=plainfor quick response written in plain text. -
Use
application/x.quickresponse;format=markdownfor quick response written in richtext.
sourcepub fn status(self, input: QuickResponseStatus) -> Self
pub fn status(self, input: QuickResponseStatus) -> Self
The resource status of the quick response.
This field is required.sourcepub fn set_status(self, input: Option<QuickResponseStatus>) -> Self
pub fn set_status(self, input: Option<QuickResponseStatus>) -> Self
The resource status of the quick response.
sourcepub fn get_status(&self) -> &Option<QuickResponseStatus>
pub fn get_status(&self) -> &Option<QuickResponseStatus>
The resource status of the quick response.
sourcepub fn created_time(self, input: DateTime) -> Self
pub fn created_time(self, input: DateTime) -> Self
The timestamp when the quick response was created.
This field is required.sourcepub fn set_created_time(self, input: Option<DateTime>) -> Self
pub fn set_created_time(self, input: Option<DateTime>) -> Self
The timestamp when the quick response was created.
sourcepub fn get_created_time(&self) -> &Option<DateTime>
pub fn get_created_time(&self) -> &Option<DateTime>
The timestamp when the quick response was created.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The timestamp when the quick response summary was last modified.
This field is required.sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
The timestamp when the quick response summary was last modified.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
The timestamp when the quick response summary was last modified.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the quick response.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the quick response.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the quick response.
sourcepub fn last_modified_by(self, input: impl Into<String>) -> Self
pub fn last_modified_by(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the user who last updated the quick response data.
sourcepub fn set_last_modified_by(self, input: Option<String>) -> Self
pub fn set_last_modified_by(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the user who last updated the quick response data.
sourcepub fn get_last_modified_by(&self) -> &Option<String>
pub fn get_last_modified_by(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the user who last updated the quick response data.
sourcepub fn set_is_active(self, input: Option<bool>) -> Self
pub fn set_is_active(self, input: Option<bool>) -> Self
Whether the quick response is active.
sourcepub fn get_is_active(&self) -> &Option<bool>
pub fn get_is_active(&self) -> &Option<bool>
Whether the quick response is active.
sourcepub fn channels(self, input: impl Into<String>) -> Self
pub fn channels(self, input: impl Into<String>) -> Self
Appends an item to channels.
To override the contents of this collection use set_channels.
The Amazon Connect contact channels this quick response applies to. The supported contact channel types include Chat.
sourcepub fn set_channels(self, input: Option<Vec<String>>) -> Self
pub fn set_channels(self, input: Option<Vec<String>>) -> Self
The Amazon Connect contact channels this quick response applies to. The supported contact channel types include Chat.
sourcepub fn get_channels(&self) -> &Option<Vec<String>>
pub fn get_channels(&self) -> &Option<Vec<String>>
The Amazon Connect contact channels this quick response applies to. The supported contact channel types include Chat.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
The tags used to organize, track, or control access for this resource.
The tags used to organize, track, or control access for this resource.
The tags used to organize, track, or control access for this resource.
sourcepub fn build(self) -> Result<QuickResponseSummary, BuildError>
pub fn build(self) -> Result<QuickResponseSummary, BuildError>
Consumes the builder and constructs a QuickResponseSummary.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for QuickResponseSummaryBuilder
impl Clone for QuickResponseSummaryBuilder
source§fn clone(&self) -> QuickResponseSummaryBuilder
fn clone(&self) -> QuickResponseSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for QuickResponseSummaryBuilder
impl Debug for QuickResponseSummaryBuilder
source§impl Default for QuickResponseSummaryBuilder
impl Default for QuickResponseSummaryBuilder
source§fn default() -> QuickResponseSummaryBuilder
fn default() -> QuickResponseSummaryBuilder
source§impl PartialEq for QuickResponseSummaryBuilder
impl PartialEq for QuickResponseSummaryBuilder
source§fn eq(&self, other: &QuickResponseSummaryBuilder) -> bool
fn eq(&self, other: &QuickResponseSummaryBuilder) -> bool
self and other values to be equal, and is used
by ==.