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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.wisdom.CfnQuickResponseProps
CfnQuickResponseProps.Builder, CfnQuickResponseProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnQuickResponseProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnQuickResponseProps.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 theCfnQuickResponseProps.Builder.
-
-
Method Details
-
getContent
Description copied from interface:CfnQuickResponsePropsThe content of the quick response.Returns union: either
IResolvableorCfnQuickResponse.QuickResponseContentProviderProperty- Specified by:
getContentin interfaceCfnQuickResponseProps- See Also:
-
getKnowledgeBaseArn
Description copied from interface:CfnQuickResponsePropsThe Amazon Resource Name (ARN) of the knowledge base.- Specified by:
getKnowledgeBaseArnin interfaceCfnQuickResponseProps- See Also:
-
getName
Description copied from interface:CfnQuickResponsePropsThe name of the quick response.- Specified by:
getNamein interfaceCfnQuickResponseProps- See Also:
-
getChannels
Description copied from interface:CfnQuickResponsePropsThe Amazon Connect contact channels this quick response applies to.The supported contact channel types include
Chat.- Specified by:
getChannelsin interfaceCfnQuickResponseProps- See Also:
-
getContentType
Description copied from interface:CfnQuickResponsePropsThe 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 interfaceCfnQuickResponseProps- See Also:
- Use
-
getDescription
Description copied from interface:CfnQuickResponsePropsThe description of the quick response.- Specified by:
getDescriptionin interfaceCfnQuickResponseProps- See Also:
-
getGroupingConfiguration
Description copied from interface:CfnQuickResponsePropsThe configuration information of the user groups that the quick response is accessible to.Returns union: either
IResolvableorCfnQuickResponse.GroupingConfigurationProperty- Specified by:
getGroupingConfigurationin interfaceCfnQuickResponseProps- See Also:
-
getIsActive
Description copied from interface:CfnQuickResponsePropsWhether the quick response is active.Returns union: either
BooleanorIResolvable- Specified by:
getIsActivein interfaceCfnQuickResponseProps- See Also:
-
getLanguage
Description copied from interface:CfnQuickResponsePropsThe 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 interfaceCfnQuickResponseProps- See Also:
-
getShortcutKey
Description copied from interface:CfnQuickResponsePropsThe shortcut key of the quick response.The value should be unique across the knowledge base.
- Specified by:
getShortcutKeyin interfaceCfnQuickResponseProps- See Also:
-
getTags
Description copied from interface:CfnQuickResponsePropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnQuickResponseProps- 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()
-