Class CfnAIAgent.ManualSearchAIAgentConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wisdom.CfnAIAgent.ManualSearchAIAgentConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAIAgent.ManualSearchAIAgentConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAIAgent.ManualSearchAIAgentConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAIAgent.ManualSearchAIAgentConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAIAgent.ManualSearchAIAgentConfigurationProperty
An implementation for
CfnAIAgent.ManualSearchAIAgentConfigurationProperty-
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.CfnAIAgent.ManualSearchAIAgentConfigurationProperty
CfnAIAgent.ManualSearchAIAgentConfigurationProperty.Builder, CfnAIAgent.ManualSearchAIAgentConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAIAgent.ManualSearchAIAgentConfigurationProperty.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 ID of the answer generation AI guardrail.final StringThe AI Prompt identifier for the Answer Generation prompt used by theANSWER_RECOMMENDATIONAI Agent.final ObjectThe association configurations for overriding behavior on this AI Agent.final StringThe locale to which specifies the language and region settings that determine the response language for QueryAssistant .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 theCfnAIAgent.ManualSearchAIAgentConfigurationProperty.Builder.
-
-
Method Details
-
getAnswerGenerationAiGuardrailId
Description copied from interface:CfnAIAgent.ManualSearchAIAgentConfigurationPropertyThe ID of the answer generation AI guardrail.- Specified by:
getAnswerGenerationAiGuardrailIdin interfaceCfnAIAgent.ManualSearchAIAgentConfigurationProperty- See Also:
-
getAnswerGenerationAiPromptId
Description copied from interface:CfnAIAgent.ManualSearchAIAgentConfigurationPropertyThe AI Prompt identifier for the Answer Generation prompt used by theANSWER_RECOMMENDATIONAI Agent.- Specified by:
getAnswerGenerationAiPromptIdin interfaceCfnAIAgent.ManualSearchAIAgentConfigurationProperty- See Also:
-
getAssociationConfigurations
Description copied from interface:CfnAIAgent.ManualSearchAIAgentConfigurationPropertyThe association configurations for overriding behavior on this AI Agent.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAIAgent.AssociationConfigurationProperty>- Specified by:
getAssociationConfigurationsin interfaceCfnAIAgent.ManualSearchAIAgentConfigurationProperty- See Also:
-
getLocale
Description copied from interface:CfnAIAgent.ManualSearchAIAgentConfigurationPropertyThe locale to which specifies the language and region settings that determine the response language for QueryAssistant .- Specified by:
getLocalein interfaceCfnAIAgent.ManualSearchAIAgentConfigurationProperty- 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()
-