CfnAIPromptVersionMixinProps
- class aws_cdk.mixins_preview.aws_wisdom.mixins.CfnAIPromptVersionMixinProps(*, ai_prompt_id=None, assistant_id=None, modified_time_seconds=None)
Bases:
objectProperties for CfnAIPromptVersionPropsMixin.
- Parameters:
ai_prompt_id (
Optional[str]) – The identifier of the Amazon Q in Connect AI prompt.assistant_id (
Optional[str]) – The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.modified_time_seconds (
Union[int,float,None]) – The time the AI Prompt version was last modified in seconds.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_wisdom import mixins as wisdom_mixins cfn_aIPrompt_version_mixin_props = wisdom_mixins.CfnAIPromptVersionMixinProps( ai_prompt_id="aiPromptId", assistant_id="assistantId", modified_time_seconds=123 )
Attributes
- ai_prompt_id
The identifier of the Amazon Q in Connect AI prompt.
- assistant_id
The identifier of the Amazon Q in Connect assistant.
Can be either the ID or the ARN. URLs cannot contain the ARN.
- modified_time_seconds
The time the AI Prompt version was last modified in seconds.