Get Intelligent Prompt Router Result
data class GetIntelligentPromptRouterResult(val createdAt: String? = null, val promptRouterArn: String? = null, val status: IntelligentPromptRouterPromptRouterStatus? = null, val tags: List<Tag>? = null, val type: IntelligentPromptRouterPromptRouterType? = null, val updatedAt: String? = null)
Constructors
Link copied to clipboard
constructor(createdAt: String? = null, promptRouterArn: String? = null, status: IntelligentPromptRouterPromptRouterStatus? = null, tags: List<Tag>? = null, type: IntelligentPromptRouterPromptRouterType? = null, updatedAt: String? = null)