BodyTextToDialogueMultiVoiceV1TextToDialoguePost class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

BodyTextToDialogueMultiVoiceV1TextToDialoguePost({required List<DialogueInput> inputs, String? modelId, dynamic settings, dynamic pronunciationDictionaryLocators, dynamic seed})
const
BodyTextToDialogueMultiVoiceV1TextToDialoguePost.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
inputs List<DialogueInput>
final
modelId String?
final
pronunciationDictionaryLocators → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed → dynamic
final
settings → dynamic
final

Methods

copyWith({List<DialogueInput>? inputs, String? modelId, dynamic settings, dynamic pronunciationDictionaryLocators, dynamic seed}) BodyTextToDialogueMultiVoiceV1TextToDialoguePost

Available on BodyTextToDialogueMultiVoiceV1TextToDialoguePost, provided by the $BodyTextToDialogueMultiVoiceV1TextToDialoguePostExtension extension

copyWithWrapped({Wrapped<List<DialogueInput>>? inputs, Wrapped<String?>? modelId, Wrapped? settings, Wrapped? pronunciationDictionaryLocators, Wrapped? seed}) BodyTextToDialogueMultiVoiceV1TextToDialoguePost

Available on BodyTextToDialogueMultiVoiceV1TextToDialoguePost, provided by the $BodyTextToDialogueMultiVoiceV1TextToDialoguePostExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override