Interface CfnAIAgentPropsMixin.NoteTakingAIAgentConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAIAgentPropsMixin.NoteTakingAIAgentConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAIAgentPropsMixin
@Stability(Stable)
public static interface CfnAIAgentPropsMixin.NoteTakingAIAgentConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.wisdom.*;
NoteTakingAIAgentConfigurationProperty noteTakingAIAgentConfigurationProperty = NoteTakingAIAgentConfigurationProperty.builder()
.locale("locale")
.noteTakingAiGuardrailId("noteTakingAiGuardrailId")
.noteTakingAiPromptId("noteTakingAiPromptId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAIAgentPropsMixin.NoteTakingAIAgentConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLocale
- See Also:
-
getNoteTakingAiGuardrailId
- See Also:
-
getNoteTakingAiPromptId
- See Also:
-
builder
@Stability(Stable) static CfnAIAgentPropsMixin.NoteTakingAIAgentConfigurationProperty.Builder builder()
-