Class CfnQuickResponseMixinProps
Properties for CfnQuickResponsePropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Wisdom.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnQuickResponseMixinProps : ICfnQuickResponseMixinProps
Syntax (vb)
Public Class CfnQuickResponseMixinProps Implements ICfnQuickResponseMixinProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Wisdom.Mixins;
var cfnQuickResponseMixinProps = new CfnQuickResponseMixinProps {
Channels = new [] { "channels" },
Content = new QuickResponseContentProviderProperty {
Content = "content"
},
ContentType = "contentType",
Description = "description",
GroupingConfiguration = new GroupingConfigurationProperty {
Criteria = "criteria",
Values = new [] { "values" }
},
IsActive = false,
KnowledgeBaseArn = "knowledgeBaseArn",
Language = "language",
Name = "name",
ShortcutKey = "shortcutKey",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnQuickResponseMixinProps() | Properties for CfnQuickResponsePropsMixin. |
Properties
| Channels | The Amazon Connect contact channels this quick response applies to. |
| Content | The content of the quick response. |
| ContentType | The media type of the quick response content. |
| Description | The description of the quick response. |
| GroupingConfiguration | The configuration information of the user groups that the quick response is accessible to. |
| IsActive | Whether the quick response is active. |
| KnowledgeBaseArn | The Amazon Resource Name (ARN) of the knowledge base. |
| Language | The language code value for the language in which the quick response is written. |
| Name | The name of the quick response. |
| ShortcutKey | The shortcut key of the quick response. |
| Tags | The tags used to organize, track, or control access for this resource. |
Constructors
CfnQuickResponseMixinProps()
Properties for CfnQuickResponsePropsMixin.
public CfnQuickResponseMixinProps()
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Wisdom.Mixins;
var cfnQuickResponseMixinProps = new CfnQuickResponseMixinProps {
Channels = new [] { "channels" },
Content = new QuickResponseContentProviderProperty {
Content = "content"
},
ContentType = "contentType",
Description = "description",
GroupingConfiguration = new GroupingConfigurationProperty {
Criteria = "criteria",
Values = new [] { "values" }
},
IsActive = false,
KnowledgeBaseArn = "knowledgeBaseArn",
Language = "language",
Name = "name",
ShortcutKey = "shortcutKey",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
Channels
The Amazon Connect contact channels this quick response applies to.
public string[]? Channels { get; set; }
Property Value
string[]
Remarks
The supported contact channel types include Chat .
Content
The content of the quick response.
public object? Content { get; set; }
Property Value
Remarks
ContentType
The media type of the quick response content.
public string? ContentType { get; set; }
Property Value
Remarks
Description
The description of the quick response.
public string? Description { get; set; }
Property Value
Remarks
GroupingConfiguration
The configuration information of the user groups that the quick response is accessible to.
public object? GroupingConfiguration { get; set; }
Property Value
Remarks
IsActive
Whether the quick response is active.
public object? IsActive { get; set; }
Property Value
Remarks
KnowledgeBaseArn
The Amazon Resource Name (ARN) of the knowledge base.
public string? KnowledgeBaseArn { get; set; }
Property Value
Remarks
Language
The language code value for the language in which the quick response is written.
public string? Language { get; set; }
Property Value
Remarks
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
Name
The name of the quick response.
public string? Name { get; set; }
Property Value
Remarks
ShortcutKey
The shortcut key of the quick response.
public string? ShortcutKey { get; set; }
Property Value
Remarks
The value should be unique across the knowledge base.
Tags
The tags used to organize, track, or control access for this resource.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]