Class GoogleCloudDialogflowCxV3beta1TextToSpeechSettings
Settings related to speech synthesizing.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1TextToSpeechSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SynthesizeSpeechConfigs
Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.
Declaration
[JsonProperty("synthesizeSpeechConfigs")]
public virtual IDictionary<string, GoogleCloudDialogflowCxV3beta1SynthesizeSpeechConfig> SynthesizeSpeechConfigs { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudDialogflowCxV3beta1SynthesizeSpeechConfig> |