Ai Agent Answer Recommendation Ai Agent Configuration
data class AiAgentAnswerRecommendationAiAgentConfiguration(val answerGenerationAiGuardrailId: String? = null, val answerGenerationAiPromptId: String? = null, val associationConfigurations: List<AiAgentAssociationConfiguration>? = null, val intentLabelingGenerationAiPromptId: String? = null, val locale: String? = null, val queryReformulationAiPromptId: String? = null)