Show / Hide Table of Contents

Class CfnQuickResponseMixinProps

Properties for CfnQuickResponsePropsMixin.

Inheritance
object
CfnQuickResponseMixinProps
Implements
ICfnQuickResponseMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-channels

Content

The content of the quick response.

public object? Content { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-content

Type union: either IResolvable or CfnQuickResponsePropsMixin.IQuickResponseContentProviderProperty

ContentType

The media type of the quick response content.

public string? ContentType { get; set; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-contenttype

    Description

    The description of the quick response.

    public string? Description { get; set; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-description

    GroupingConfiguration

    The configuration information of the user groups that the quick response is accessible to.

    public object? GroupingConfiguration { get; set; }
    Property Value

    object

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-groupingconfiguration

    Type union: either IResolvable or CfnQuickResponsePropsMixin.IGroupingConfigurationProperty

    IsActive

    Whether the quick response is active.

    public object? IsActive { get; set; }
    Property Value

    object

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-isactive

    Type union: either bool or IResolvable

    KnowledgeBaseArn

    The Amazon Resource Name (ARN) of the knowledge base.

    public string? KnowledgeBaseArn { get; set; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-knowledgebasearn

    Language

    The language code value for the language in which the quick response is written.

    public string? Language { get; set; }
    Property Value

    string

    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

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-language

    Name

    The name of the quick response.

    public string? Name { get; set; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-name

    ShortcutKey

    The shortcut key of the quick response.

    public string? ShortcutKey { get; set; }
    Property Value

    string

    Remarks

    The value should be unique across the knowledge base.

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-shortcutkey

    Tags

    The tags used to organize, track, or control access for this resource.

    public ICfnTag[]? Tags { get; set; }
    Property Value

    ICfnTag[]

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-tags

    Implements

    ICfnQuickResponseMixinProps
    Back to top Generated by DocFX