Show / Hide Table of Contents

Class CfnAgentPropsMixin.CustomPromptInterfaceProperty

Read-only view of the resolved custom prompt interface for the agent.

Inheritance
object
CfnAgentPropsMixin.CustomPromptInterfaceProperty
Implements
CfnAgentPropsMixin.ICustomPromptInterfaceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAgentPropsMixin.CustomPromptInterfaceProperty : CfnAgentPropsMixin.ICustomPromptInterfaceProperty
Syntax (vb)
Public Class CfnAgentPropsMixin.CustomPromptInterfaceProperty Implements CfnAgentPropsMixin.ICustomPromptInterfaceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-custompromptinterface.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.CfnPropertyMixins.AWS.QuickSight;

             var customPromptInterfaceProperty = new CustomPromptInterfaceProperty {
                 CustomInstructions = "customInstructions",
                 Identity = "identity",
                 ModelProfileId = "modelProfileId",
                 OutputStyle = "outputStyle",
                 PromptSummary = "promptSummary",
                 QbsAwsAccountId = "qbsAwsAccountId",
                 ResponseLength = "responseLength",
                 SubscriptionId = "subscriptionId",
                 Tone = "tone"
             };

Synopsis

Constructors

CustomPromptInterfaceProperty()

Read-only view of the resolved custom prompt interface for the agent.

Properties

CustomInstructions

Custom instructions for the agent behavior.

Identity

The identity or persona of the agent.

ModelProfileId

The identifier of the model profile.

OutputStyle

The output style for the agent responses.

PromptSummary

A summary of the resolved prompt.

QbsAwsAccountId

The QBS AWS account identifier.

ResponseLength

The desired response length for the agent.

SubscriptionId

The subscription identifier.

Tone

The tone used in agent responses.

Constructors

CustomPromptInterfaceProperty()

Read-only view of the resolved custom prompt interface for the agent.

public CustomPromptInterfaceProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-custompromptinterface.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.CfnPropertyMixins.AWS.QuickSight;

             var customPromptInterfaceProperty = new CustomPromptInterfaceProperty {
                 CustomInstructions = "customInstructions",
                 Identity = "identity",
                 ModelProfileId = "modelProfileId",
                 OutputStyle = "outputStyle",
                 PromptSummary = "promptSummary",
                 QbsAwsAccountId = "qbsAwsAccountId",
                 ResponseLength = "responseLength",
                 SubscriptionId = "subscriptionId",
                 Tone = "tone"
             };

Properties

CustomInstructions

Custom instructions for the agent behavior.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-custompromptinterface.html#cfn-quicksight-agent-custompromptinterface-custominstructions

Identity

The identity or persona of the agent.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-custompromptinterface.html#cfn-quicksight-agent-custompromptinterface-identity

ModelProfileId

The identifier of the model profile.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-custompromptinterface.html#cfn-quicksight-agent-custompromptinterface-modelprofileid

OutputStyle

The output style for the agent responses.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-custompromptinterface.html#cfn-quicksight-agent-custompromptinterface-outputstyle

PromptSummary

A summary of the resolved prompt.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-custompromptinterface.html#cfn-quicksight-agent-custompromptinterface-promptsummary

QbsAwsAccountId

The QBS AWS account identifier.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-custompromptinterface.html#cfn-quicksight-agent-custompromptinterface-qbsawsaccountid

ResponseLength

The desired response length for the agent.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-custompromptinterface.html#cfn-quicksight-agent-custompromptinterface-responselength

SubscriptionId

The subscription identifier.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-custompromptinterface.html#cfn-quicksight-agent-custompromptinterface-subscriptionid

Tone

The tone used in agent responses.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-custompromptinterface.html#cfn-quicksight-agent-custompromptinterface-tone

Implements

CfnAgentPropsMixin.ICustomPromptInterfaceProperty
Back to top Generated by DocFX