Class GoogleCloudDialogflowV2beta1VoiceSelectionParams
Inheritance
GoogleCloudDialogflowV2beta1VoiceSelectionParams
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1VoiceSelectionParams : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
SsmlGender
Declaration
[JsonProperty("ssmlGender")]
public virtual string SsmlGender { get; set; }
Property Value
Implements