Show / Hide Table of Contents

Class GoogleCloudDialogflowV2InputAudioConfig

Inheritance
object
GoogleCloudDialogflowV2InputAudioConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2InputAudioConfig : IDirectResponseSchema

Properties

AudioEncoding

Declaration
[JsonProperty("audioEncoding")]
public virtual string AudioEncoding { get; set; }
Property Value
Type Description
string

DisableNoSpeechRecognizedEvent

Declaration
[JsonProperty("disableNoSpeechRecognizedEvent")]
public virtual bool? DisableNoSpeechRecognizedEvent { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableAutomaticPunctuation

Declaration
[JsonProperty("enableAutomaticPunctuation")]
public virtual bool? EnableAutomaticPunctuation { get; set; }
Property Value
Type Description
bool?

EnableWordInfo

Declaration
[JsonProperty("enableWordInfo")]
public virtual bool? EnableWordInfo { get; set; }
Property Value
Type Description
bool?

LanguageCode

Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

Model

Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type Description
string

ModelVariant

Declaration
[JsonProperty("modelVariant")]
public virtual string ModelVariant { get; set; }
Property Value
Type Description
string

OptOutConformerModelMigration

Declaration
[JsonProperty("optOutConformerModelMigration")]
public virtual bool? OptOutConformerModelMigration { get; set; }
Property Value
Type Description
bool?

PhraseHints

Declaration
[JsonProperty("phraseHints")]
public virtual IList<string> PhraseHints { get; set; }
Property Value
Type Description
IList<string>

PhraseSets

Declaration
[JsonProperty("phraseSets")]
public virtual IList<string> PhraseSets { get; set; }
Property Value
Type Description
IList<string>

SampleRateHertz

Declaration
[JsonProperty("sampleRateHertz")]
public virtual int? SampleRateHertz { get; set; }
Property Value
Type Description
int?

SingleUtterance

Declaration
[JsonProperty("singleUtterance")]
public virtual bool? SingleUtterance { get; set; }
Property Value
Type Description
bool?

SpeechContexts

Declaration
[JsonProperty("speechContexts")]
public virtual IList<GoogleCloudDialogflowV2SpeechContext> SpeechContexts { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2SpeechContext>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX