Class CfnAIPromptMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnAIPromptMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAIPromptMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAIPromptMixinProps
@Stability(Stable)
@Internal
public static final class CfnAIPromptMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAIPromptMixinProps
An implementation for
CfnAIPromptMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnAIPromptMixinProps
CfnAIPromptMixinProps.Builder, CfnAIPromptMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAIPromptMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAIPromptMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe API format used for this AI Prompt.final StringThe identifier of the Amazon Q in Connect assistant.final StringThe description of the AI Prompt.final StringThe identifier of the model used for this AI Prompt.final StringgetName()The name of the AI Prompt.getTags()The tags used to organize, track, or control access for this resource.final ObjectThe configuration of the prompt template for this AI Prompt.final StringThe type of the prompt template for this AI Prompt.final StringgetType()The type of this AI Prompt.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAIPromptMixinProps.Builder.
-
-
Method Details
-
getApiFormat
Description copied from interface:CfnAIPromptMixinPropsThe API format used for this AI Prompt.- Specified by:
getApiFormatin interfaceCfnAIPromptMixinProps- See Also:
-
getAssistantId
Description copied from interface:CfnAIPromptMixinPropsThe identifier of the Amazon Q in Connect assistant.Can be either the ID or the ARN. URLs cannot contain the ARN.
- Specified by:
getAssistantIdin interfaceCfnAIPromptMixinProps- See Also:
-
getDescription
Description copied from interface:CfnAIPromptMixinPropsThe description of the AI Prompt.- Specified by:
getDescriptionin interfaceCfnAIPromptMixinProps- See Also:
-
getModelId
Description copied from interface:CfnAIPromptMixinPropsThe identifier of the model used for this AI Prompt. The following model Ids are supported:.anthropic.claude-3-haiku--v1:0apac.amazon.nova-lite-v1:0apac.amazon.nova-micro-v1:0apac.amazon.nova-pro-v1:0apac.anthropic.claude-3-5-sonnet--v2:0apac.anthropic.claude-3-haiku-20240307-v1:0eu.amazon.nova-lite-v1:0eu.amazon.nova-micro-v1:0eu.amazon.nova-pro-v1:0eu.anthropic.claude-3-7-sonnet-20250219-v1:0eu.anthropic.claude-3-haiku-20240307-v1:0us.amazon.nova-lite-v1:0us.amazon.nova-micro-v1:0us.amazon.nova-pro-v1:0us.anthropic.claude-3-5-haiku-20241022-v1:0us.anthropic.claude-3-7-sonnet-20250219-v1:0us.anthropic.claude-3-haiku-20240307-v1:0
- Specified by:
getModelIdin interfaceCfnAIPromptMixinProps- See Also:
-
getName
Description copied from interface:CfnAIPromptMixinPropsThe name of the AI Prompt.- Specified by:
getNamein interfaceCfnAIPromptMixinProps- See Also:
-
getTags
Description copied from interface:CfnAIPromptMixinPropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnAIPromptMixinProps- See Also:
-
getTemplateConfiguration
Description copied from interface:CfnAIPromptMixinPropsThe configuration of the prompt template for this AI Prompt.Returns union: either
IResolvableorCfnAIPromptPropsMixin.AIPromptTemplateConfigurationProperty- Specified by:
getTemplateConfigurationin interfaceCfnAIPromptMixinProps- See Also:
-
getTemplateType
Description copied from interface:CfnAIPromptMixinPropsThe type of the prompt template for this AI Prompt.- Specified by:
getTemplateTypein interfaceCfnAIPromptMixinProps- See Also:
-
getType
Description copied from interface:CfnAIPromptMixinPropsThe type of this AI Prompt.- Specified by:
getTypein interfaceCfnAIPromptMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-