GoogleCloudDialogflowCxV3InputAudioConfig class

Constructors

GoogleCloudDialogflowCxV3InputAudioConfig({String? audioEncoding, GoogleCloudDialogflowCxV3BargeInConfig? bargeInConfig, bool? enableWordInfo, String? model, String? modelVariant, bool? optOutConformerModelMigration, List<String>? phraseHints, int? sampleRateHertz, bool? singleUtterance})
GoogleCloudDialogflowCxV3InputAudioConfig.fromJson(Map json_)

Properties

audioEncoding String?
Possible string values are:
getter/setter pair
bargeInConfig GoogleCloudDialogflowCxV3BargeInConfig?
getter/setter pair
enableWordInfo bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
model String?
getter/setter pair
modelVariant String?
Possible string values are:
getter/setter pair
optOutConformerModelMigration bool?
getter/setter pair
phraseHints List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRateHertz int?
getter/setter pair
singleUtterance bool?
getter/setter pair

Methods

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.
inherited

Operators

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