Class GoogleCloudDialogflowCxV3ResponseMessageMixedAudio
Inheritance
GoogleCloudDialogflowCxV3ResponseMessageMixedAudio
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3ResponseMessageMixedAudio : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Segments
Declaration
[JsonProperty("segments")]
public virtual IList<GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment> Segments { get; set; }
Property Value
Implements