AssistantOverridesDto

constructor(    backchannelingEnabled: Boolean? = null,     backgroundDenoisingEnabled: Boolean? = null,     backgroundSound: BackgroundSoundType = BackgroundSoundType.UNSPECIFIED,     endCallMessage: String = "",     endCallPhrases: MutableSet<String> = mutableSetOf(),     firstMessage: String = "",     firstMessageMode: FirstMessageModeType = FirstMessageModeType.UNSPECIFIED,     hipaaEnabled: Boolean? = null,     llmRequestDelaySeconds: Double = -1.0,     llmRequestNonPunctuatedDelaySeconds: Double = -1.0,     maxDurationSeconds: Int = -1,     metadata: MutableMap<String, String> = mutableMapOf(),     modelOutputInMessagesEnabled: Boolean? = null,     name: String = "",     numWordsToInterruptAssistant: Int = -1,     recordingEnabled: Boolean? = null,     responseDelaySeconds: Double = -1.0,     serverUrl: String = "",     serverUrlSecret: String = "",     silenceTimeoutSeconds: Int = -1,     voicemailMessage: String = "",     clientMessages: MutableSet<AssistantClientMessageType> = DEFAULT_CLIENT_MESSAGES.toMutableSet(),     serverMessages: MutableSet<AssistantServerMessageType> = DEFAULT_SERVER_MESSAGES.toMutableSet(),     transportConfigurations: MutableList<TransportConfigurationDto> = mutableListOf(),     forwardingPhoneNumber: String = "",     endCallFunctionEnabled: Boolean? = null,     dialKeypadFunctionEnabled: Boolean? = null,     variableValues: MutableMap<String, String> = mutableMapOf(),     transcriberDto: CommonTranscriberDto? = null,     modelDto: CommonModelDto? = null,     voiceDto: CommonVoiceDto? = null,     voicemailDetectionDto: VoicemailDetectionDto = VoicemailDetectionDto(),     analysisPlanDto: AnalysisPlanDto = AnalysisPlanDto(),     artifactPlanDto: ArtifactPlanDto = ArtifactPlanDto(),     messagePlanDto: MessagePlanDto = MessagePlanDto())(source)