Class QuickResponseReference
A reference to a QuickResponse resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Wisdom
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class QuickResponseReference : IQuickResponseReference
Syntax (vb)
Public Class QuickResponseReference Implements IQuickResponseReference
Remarks
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.Interfaces.Wisdom;
var quickResponseReference = new QuickResponseReference {
QuickResponseArn = "quickResponseArn"
};
Synopsis
Constructors
| QuickResponseReference() | A reference to a QuickResponse resource. |
Properties
| QuickResponseArn | The QuickResponseArn of the QuickResponse resource. |
Constructors
QuickResponseReference()
A reference to a QuickResponse resource.
public QuickResponseReference()
Remarks
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.Interfaces.Wisdom;
var quickResponseReference = new QuickResponseReference {
QuickResponseArn = "quickResponseArn"
};
Properties
QuickResponseArn
The QuickResponseArn of the QuickResponse resource.
public string QuickResponseArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated