Class CfnQuickResponse
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.wisdom.CfnQuickResponse
- All Implemented Interfaces:
IInspectable
,ITaggableV2
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)",
date="2025-07-29T17:51:10.925Z")
@Stability(Stable)
public class CfnQuickResponse
extends CfnResource
implements IInspectable, ITaggableV2
Creates an Amazon Q in Connect quick response.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.wisdom.*; CfnQuickResponse cfnQuickResponse = CfnQuickResponse.Builder.create(this, "MyCfnQuickResponse") .content(QuickResponseContentProviderProperty.builder() .content("content") .build()) .knowledgeBaseArn("knowledgeBaseArn") .name("name") // the properties below are optional .channels(List.of("channels")) .contentType("contentType") .description("description") .groupingConfiguration(GroupingConfigurationProperty.builder() .criteria("criteria") .values(List.of("values")) .build()) .isActive(false) .language("language") .shortcutKey("shortcutKey") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A fluent builder forCfnQuickResponse
.static interface
The configuration information of the grouping of Amazon Q in Connect users.static interface
The container quick response content.static interface
The content of the quick response stored in different media types.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CfnQuickResponse
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnQuickResponse
(software.amazon.jsii.JsiiObjectRef objRef) CfnQuickResponse
(software.constructs.Construct scope, String id, CfnQuickResponseProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe content of the quick response stored in different media types.The Amazon Resource Name (ARN) of the quick response.The identifier of the quick response.The status of the quick response data.Tag Manager which manages the tags for this resource.The Amazon Connect contact channels this quick response applies to.The content of the quick response.The media type of the quick response content.The description of the quick response.The configuration information of the user groups that the quick response is accessible to.Whether the quick response is active.The Amazon Resource Name (ARN) of the knowledge base.The language code value for the language in which the quick response is written.getName()
The name of the quick response.The shortcut key of the quick response.getTags()
The tags used to organize, track, or control access for this resource.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setChannels
(List<String> value) The Amazon Connect contact channels this quick response applies to.void
setContent
(IResolvable value) The content of the quick response.void
The content of the quick response.void
setContentType
(String value) The media type of the quick response content.void
setDescription
(String value) The description of the quick response.void
The configuration information of the user groups that the quick response is accessible to.void
The configuration information of the user groups that the quick response is accessible to.void
setIsActive
(Boolean value) Whether the quick response is active.void
setIsActive
(IResolvable value) Whether the quick response is active.void
setKnowledgeBaseArn
(String value) The Amazon Resource Name (ARN) of the knowledge base.void
setLanguage
(String value) The language code value for the language in which the quick response is written.void
The name of the quick response.void
setShortcutKey
(String value) The shortcut key of the quick response.void
The tags used to organize, track, or control access for this resource.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnQuickResponse
protected CfnQuickResponse(software.amazon.jsii.JsiiObjectRef objRef) -
CfnQuickResponse
protected CfnQuickResponse(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnQuickResponse
@Stability(Stable) public CfnQuickResponse(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnQuickResponseProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrContents
The content of the quick response stored in different media types. -
getAttrQuickResponseArn
The Amazon Resource Name (ARN) of the quick response. -
getAttrQuickResponseId
The identifier of the quick response. -
getAttrStatus
The status of the quick response data. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getContent
The content of the quick response. -
setContent
The content of the quick response. -
setContent
@Stability(Stable) public void setContent(@NotNull CfnQuickResponse.QuickResponseContentProviderProperty value) The content of the quick response. -
getKnowledgeBaseArn
The Amazon Resource Name (ARN) of the knowledge base. -
setKnowledgeBaseArn
The Amazon Resource Name (ARN) of the knowledge base. -
getName
The name of the quick response. -
setName
The name of the quick response. -
getChannels
The Amazon Connect contact channels this quick response applies to. -
setChannels
The Amazon Connect contact channels this quick response applies to. -
getContentType
The media type of the quick response content. -
setContentType
The media type of the quick response content. -
getDescription
The description of the quick response. -
setDescription
The description of the quick response. -
getGroupingConfiguration
The configuration information of the user groups that the quick response is accessible to. -
setGroupingConfiguration
The configuration information of the user groups that the quick response is accessible to. -
setGroupingConfiguration
@Stability(Stable) public void setGroupingConfiguration(@Nullable CfnQuickResponse.GroupingConfigurationProperty value) The configuration information of the user groups that the quick response is accessible to. -
getIsActive
Whether the quick response is active. -
setIsActive
Whether the quick response is active. -
setIsActive
Whether the quick response is active. -
getLanguage
The language code value for the language in which the quick response is written. -
setLanguage
The language code value for the language in which the quick response is written. -
getShortcutKey
The shortcut key of the quick response. -
setShortcutKey
The shortcut key of the quick response. -
getTags
The tags used to organize, track, or control access for this resource. -
setTags
The tags used to organize, track, or control access for this resource.
-