GetAgentResult

constructor(actionGroups: List<AgentActionGroup>? = null, agentArn: String? = null, agentId: String? = null, agentName: String? = null, agentResourceRoleArn: String? = null, agentStatus: AgentStatus? = null, agentVersion: String? = null, createdAt: String? = null, customerEncryptionKeyArn: String? = null, description: String? = null, failureReasons: List<String>? = null, foundationModel: String? = null, guardrailConfiguration: AgentGuardrailConfiguration? = null, idleSessionTtlInSeconds: Double? = null, instruction: String? = null, knowledgeBases: List<AgentKnowledgeBase>? = null, preparedAt: String? = null, promptOverrideConfiguration: AgentPromptOverrideConfiguration? = null, recommendedActions: List<String>? = null, tags: Map<String, String>? = null, testAliasTags: Map<String, String>? = null, updatedAt: String? = null)