Class CfnAIPromptProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wisdom.CfnAIPromptProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAIPromptProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAIPromptProps
@Stability(Stable)
@Internal
public static final class CfnAIPromptProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAIPromptProps
An implementation for
CfnAIPromptProps-
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.services.wisdom.CfnAIPromptProps
CfnAIPromptProps.Builder, CfnAIPromptProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAIPromptProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAIPromptProps.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 theCfnAIPromptProps.Builder.
-
-
Method Details
-
getApiFormat
Description copied from interface:CfnAIPromptPropsThe API format used for this AI Prompt.- Specified by:
getApiFormatin interfaceCfnAIPromptProps- See Also:
-
getModelId
Description copied from interface:CfnAIPromptPropsThe 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 interfaceCfnAIPromptProps- See Also:
-
getTemplateConfiguration
Description copied from interface:CfnAIPromptPropsThe configuration of the prompt template for this AI Prompt.Returns union: either
IResolvableorCfnAIPrompt.AIPromptTemplateConfigurationProperty- Specified by:
getTemplateConfigurationin interfaceCfnAIPromptProps- See Also:
-
getTemplateType
Description copied from interface:CfnAIPromptPropsThe type of the prompt template for this AI Prompt.- Specified by:
getTemplateTypein interfaceCfnAIPromptProps- See Also:
-
getType
Description copied from interface:CfnAIPromptPropsThe type of this AI Prompt.- Specified by:
getTypein interfaceCfnAIPromptProps- See Also:
-
getAssistantId
Description copied from interface:CfnAIPromptPropsThe identifier of the Amazon Q in Connect assistant.Can be either the ID or the ARN. URLs cannot contain the ARN.
- Specified by:
getAssistantIdin interfaceCfnAIPromptProps- See Also:
-
getDescription
Description copied from interface:CfnAIPromptPropsThe description of the AI Prompt.- Specified by:
getDescriptionin interfaceCfnAIPromptProps- See Also:
-
getName
Description copied from interface:CfnAIPromptPropsThe name of the AI Prompt.- Specified by:
getNamein interfaceCfnAIPromptProps- See Also:
-
getTags
Description copied from interface:CfnAIPromptPropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnAIPromptProps- 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()
-