CfnAIAgentVersionMixinProps
- class aws_cdk.mixins_preview.aws_wisdom.mixins.CfnAIAgentVersionMixinProps(*, ai_agent_id=None, assistant_id=None, modified_time_seconds=None)
Bases:
objectProperties for CfnAIAgentVersionPropsMixin.
- Parameters:
ai_agent_id (
Optional[str]) – The identifier of the AI Agent.assistant_id (
Optional[str])modified_time_seconds (
Union[int,float,None]) – The time the AI Agent 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_aIAgent_version_mixin_props = wisdom_mixins.CfnAIAgentVersionMixinProps( ai_agent_id="aiAgentId", assistant_id="assistantId", modified_time_seconds=123 )
Attributes
- ai_agent_id
The identifier of the AI Agent.
- assistant_id
-
- Type:
see
- modified_time_seconds
The time the AI Agent version was last modified in seconds.