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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.wisdom.CfnAIPromptProps
CfnAIPromptProps.Builder, CfnAIPromptProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnAIPromptProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAIPromptProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The API format used for this AI Prompt.final String
The identifier of the Amazon Q in Connect assistant.final String
The description of the AI Prompt.final String
The identifier of the model used for this AI Prompt.final String
getName()
The name of the AI Prompt.getTags()
The tags used to organize, track, or control access for this resource.final Object
The configuration of the prompt template for this AI Prompt.final String
The type of the prompt template for this AI Prompt.final String
getType()
The type of this AI Prompt.final int
hashCode()
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:CfnAIPromptProps
The API format used for this AI Prompt.- Specified by:
getApiFormat
in interfaceCfnAIPromptProps
- See Also:
-
getModelId
Description copied from interface:CfnAIPromptProps
The identifier of the model used for this AI Prompt.Model Ids supported are:
CLAUDE_3_HAIKU_20240307_V1
.- Specified by:
getModelId
in interfaceCfnAIPromptProps
- See Also:
-
getTemplateConfiguration
Description copied from interface:CfnAIPromptProps
The configuration of the prompt template for this AI Prompt.- Specified by:
getTemplateConfiguration
in interfaceCfnAIPromptProps
- See Also:
-
getTemplateType
Description copied from interface:CfnAIPromptProps
The type of the prompt template for this AI Prompt.- Specified by:
getTemplateType
in interfaceCfnAIPromptProps
- See Also:
-
getType
Description copied from interface:CfnAIPromptProps
The type of this AI Prompt.- Specified by:
getType
in interfaceCfnAIPromptProps
- See Also:
-
getAssistantId
Description copied from interface:CfnAIPromptProps
The identifier of the Amazon Q in Connect assistant.Can be either the ID or the ARN. URLs cannot contain the ARN.
- Specified by:
getAssistantId
in interfaceCfnAIPromptProps
- See Also:
-
getDescription
Description copied from interface:CfnAIPromptProps
The description of the AI Prompt.- Specified by:
getDescription
in interfaceCfnAIPromptProps
- See Also:
-
getName
Description copied from interface:CfnAIPromptProps
The name of the AI Prompt.- Specified by:
getName
in interfaceCfnAIPromptProps
- See Also:
-
getTags
Description copied from interface:CfnAIPromptProps
The tags used to organize, track, or control access for this resource.- Specified by:
getTags
in interfaceCfnAIPromptProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-