Class CfnQuickResponseProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wisdom.CfnQuickResponseProps.Jsii$Proxy
- All Implemented Interfaces:
CfnQuickResponseProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnQuickResponseProps
@Stability(Stable)
@Internal
public static final class CfnQuickResponseProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnQuickResponseProps
An implementation for
CfnQuickResponseProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.wisdom.CfnQuickResponseProps
CfnQuickResponseProps.Builder, CfnQuickResponseProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnQuickResponseProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnQuickResponseProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
The Amazon Connect contact channels this quick response applies to.final Object
The content of the quick response.final String
The media type of the quick response content.final String
The description of the quick response.final Object
The configuration information of the user groups that the quick response is accessible to.final Object
Whether the quick response is active.final String
The Amazon Resource Name (ARN) of the knowledge base.final String
The language code value for the language in which the quick response is written.final String
getName()
The name of the quick response.final String
The shortcut key of the quick response.getTags()
The tags used to organize, track, or control access for this resource.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnQuickResponseProps.Builder
.
-
-
Method Details
-
getContent
Description copied from interface:CfnQuickResponseProps
The content of the quick response.- Specified by:
getContent
in interfaceCfnQuickResponseProps
- See Also:
-
getKnowledgeBaseArn
Description copied from interface:CfnQuickResponseProps
The Amazon Resource Name (ARN) of the knowledge base.- Specified by:
getKnowledgeBaseArn
in interfaceCfnQuickResponseProps
- See Also:
-
getName
Description copied from interface:CfnQuickResponseProps
The name of the quick response.- Specified by:
getName
in interfaceCfnQuickResponseProps
- See Also:
-
getChannels
Description copied from interface:CfnQuickResponseProps
The Amazon Connect contact channels this quick response applies to.The supported contact channel types include
Chat
.- Specified by:
getChannels
in interfaceCfnQuickResponseProps
- See Also:
-
getContentType
Description copied from interface:CfnQuickResponseProps
The media type of the quick response content.- Use
application/x.quickresponse;format=plain
for quick response written in plain text. - Use
application/x.quickresponse;format=markdown
for quick response written in richtext.
- Specified by:
getContentType
in interfaceCfnQuickResponseProps
- See Also:
- Use
-
getDescription
Description copied from interface:CfnQuickResponseProps
The description of the quick response.- Specified by:
getDescription
in interfaceCfnQuickResponseProps
- See Also:
-
getGroupingConfiguration
Description copied from interface:CfnQuickResponseProps
The configuration information of the user groups that the quick response is accessible to.- Specified by:
getGroupingConfiguration
in interfaceCfnQuickResponseProps
- See Also:
-
getIsActive
Description copied from interface:CfnQuickResponseProps
Whether the quick response is active.- Specified by:
getIsActive
in interfaceCfnQuickResponseProps
- See Also:
-
getLanguage
Description copied from interface:CfnQuickResponseProps
The language code value for the language in which the quick response is written.The supported language codes include
de_DE
,en_US
,es_ES
,fr_FR
,id_ID
,it_IT
,ja_JP
,ko_KR
,pt_BR
,zh_CN
,zh_TW
- Specified by:
getLanguage
in interfaceCfnQuickResponseProps
- See Also:
-
getShortcutKey
Description copied from interface:CfnQuickResponseProps
The shortcut key of the quick response.The value should be unique across the knowledge base.
- Specified by:
getShortcutKey
in interfaceCfnQuickResponseProps
- See Also:
-
getTags
Description copied from interface:CfnQuickResponseProps
The tags used to organize, track, or control access for this resource.- Specified by:
getTags
in interfaceCfnQuickResponseProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-