Class GoogleCloudDialogflowCxV3beta1AdvancedSettings
Inheritance
GoogleCloudDialogflowCxV3beta1AdvancedSettings
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1AdvancedSettings : IDirectResponseSchema
Properties
AudioExportGcsDestination
Declaration
[JsonProperty("audioExportGcsDestination")]
public virtual GoogleCloudDialogflowCxV3beta1GcsDestination AudioExportGcsDestination { get; set; }
Property Value
DtmfSettings
Declaration
[JsonProperty("dtmfSettings")]
public virtual GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings DtmfSettings { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
LoggingSettings
Declaration
[JsonProperty("loggingSettings")]
public virtual GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings LoggingSettings { get; set; }
Property Value
SpeechSettings
Declaration
[JsonProperty("speechSettings")]
public virtual GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings SpeechSettings { get; set; }
Property Value
Implements