copyWith method

Implementation

TTSConversationalConfigOverrideConfig copyWith({bool? voiceId}) {
  return TTSConversationalConfigOverrideConfig(
      voiceId: voiceId ?? this.voiceId);
}