Class GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings
Inheritance
GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1SecuritySettingsAudioExportSettings : IDirectResponseSchema
Properties
AudioExportPattern
Declaration
[JsonProperty("audioExportPattern")]
public virtual string AudioExportPattern { get; set; }
Property Value
Declaration
[JsonProperty("audioFormat")]
public virtual string AudioFormat { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EnableAudioRedaction
Declaration
[JsonProperty("enableAudioRedaction")]
public virtual bool? EnableAudioRedaction { get; set; }
Property Value
GcsBucket
Declaration
[JsonProperty("gcsBucket")]
public virtual string GcsBucket { get; set; }
Property Value
StoreTtsAudio
Declaration
[JsonProperty("storeTtsAudio")]
public virtual bool? StoreTtsAudio { get; set; }
Property Value
Implements