Class CfnQuickResponseMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnQuickResponseMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnQuickResponseMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnQuickResponseMixinProps
@Stability(Stable)
@Internal
public static final class CfnQuickResponseMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnQuickResponseMixinProps
An implementation for
CfnQuickResponseMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnQuickResponseMixinProps
CfnQuickResponseMixinProps.Builder, CfnQuickResponseMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnQuickResponseMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanThe Amazon Connect contact channels this quick response applies to.final ObjectThe content of the quick response.final StringThe media type of the quick response content.final StringThe description of the quick response.final ObjectThe configuration information of the user groups that the quick response is accessible to.final ObjectWhether the quick response is active.final StringThe Amazon Resource Name (ARN) of the knowledge base.final StringThe language code value for the language in which the quick response is written.final StringgetName()The name of the quick response.final StringThe shortcut key of the quick response.getTags()The tags used to organize, track, or control access for this resource.final inthashCode()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 theCfnQuickResponseMixinProps.Builder.
-
-
Method Details
-
getChannels
Description copied from interface:CfnQuickResponseMixinPropsThe Amazon Connect contact channels this quick response applies to.The supported contact channel types include
Chat.- Specified by:
getChannelsin interfaceCfnQuickResponseMixinProps- See Also:
-
getContent
Description copied from interface:CfnQuickResponseMixinPropsThe content of the quick response.Returns union: either
IResolvableorCfnQuickResponsePropsMixin.QuickResponseContentProviderProperty- Specified by:
getContentin interfaceCfnQuickResponseMixinProps- See Also:
-
getContentType
Description copied from interface:CfnQuickResponseMixinPropsThe 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.
- Specified by:
getContentTypein interfaceCfnQuickResponseMixinProps- See Also:
- Use
-
getDescription
Description copied from interface:CfnQuickResponseMixinPropsThe description of the quick response.- Specified by:
getDescriptionin interfaceCfnQuickResponseMixinProps- See Also:
-
getGroupingConfiguration
Description copied from interface:CfnQuickResponseMixinPropsThe configuration information of the user groups that the quick response is accessible to.Returns union: either
IResolvableorCfnQuickResponsePropsMixin.GroupingConfigurationProperty- Specified by:
getGroupingConfigurationin interfaceCfnQuickResponseMixinProps- See Also:
-
getIsActive
Description copied from interface:CfnQuickResponseMixinPropsWhether the quick response is active.Returns union: either
BooleanorIResolvable- Specified by:
getIsActivein interfaceCfnQuickResponseMixinProps- See Also:
-
getKnowledgeBaseArn
Description copied from interface:CfnQuickResponseMixinPropsThe Amazon Resource Name (ARN) of the knowledge base.- Specified by:
getKnowledgeBaseArnin interfaceCfnQuickResponseMixinProps- See Also:
-
getLanguage
Description copied from interface:CfnQuickResponseMixinPropsThe 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:
getLanguagein interfaceCfnQuickResponseMixinProps- See Also:
-
getName
Description copied from interface:CfnQuickResponseMixinPropsThe name of the quick response.- Specified by:
getNamein interfaceCfnQuickResponseMixinProps- See Also:
-
getShortcutKey
Description copied from interface:CfnQuickResponseMixinPropsThe shortcut key of the quick response.The value should be unique across the knowledge base.
- Specified by:
getShortcutKeyin interfaceCfnQuickResponseMixinProps- See Also:
-
getTags
Description copied from interface:CfnQuickResponseMixinPropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnQuickResponseMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-