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