Interface IAssistantReference
A reference to a Assistant resource.
Namespace: Amazon.CDK.Interfaces.Wisdom
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAssistantReference
Syntax (vb)
Public Interface IAssistantReference
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 assistantReference = new AssistantReference {
AssistantArn = "assistantArn",
AssistantId = "assistantId"
};
Synopsis
Properties
| AssistantArn | The ARN of the Assistant resource. |
| AssistantId | The AssistantId of the Assistant resource. |
Properties
AssistantArn
The ARN of the Assistant resource.
string AssistantArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
AssistantId
The AssistantId of the Assistant resource.
string AssistantId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated