Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1InputAudioConfig

Inheritance
object
GoogleCloudDialogflowV2beta1InputAudioConfig
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.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1InputAudioConfig : IDirectResponseSchema

Properties

AudioEncoding

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

BargeInConfig

Declaration
[JsonProperty("bargeInConfig")]
public virtual GoogleCloudDialogflowV2beta1BargeInConfig BargeInConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1BargeInConfig

DefaultNoSpeechTimeout

Declaration
[JsonProperty("defaultNoSpeechTimeout")]
public virtual object DefaultNoSpeechTimeout { get; set; }
Property Value
Type Description
object

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<GoogleCloudDialogflowV2beta1SpeechContext> SpeechContexts { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2beta1SpeechContext>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX