Show / Hide Table of Contents

Class AudioProcessingConfig

Configuration for how the input and output audio should be processed and delivered.

Inheritance
object
AudioProcessingConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class AudioProcessingConfig : IDirectResponseSchema

Properties

AmbientSoundConfig

Optional. Configuration for the ambient sound to be played with the synthesized agent response, to enhance the naturalness of the conversation.

Declaration
[JsonProperty("ambientSoundConfig")]
public virtual AmbientSoundConfig AmbientSoundConfig { get; set; }
Property Value
Type Description
AmbientSoundConfig

BargeInConfig

Optional. Configures the agent behavior for the user barge-in activities.

Declaration
[JsonProperty("bargeInConfig")]
public virtual BargeInConfig BargeInConfig { get; set; }
Property Value
Type Description
BargeInConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InactivityTimeout

Optional. The duration of user inactivity (no speech or interaction) before the agent prompts the user for reengagement. If not set, the agent will not prompt the user for reengagement.

Declaration
[JsonProperty("inactivityTimeout")]
public virtual object InactivityTimeout { get; set; }
Property Value
Type Description
object

SynthesizeSpeechConfigs

Optional. Configuration of how the agent response should be synthesized, mapping from the language code to SynthesizeSpeechConfig. If the configuration for the specified language code is not found, the configuration for the root language code will be used. For example, if the map contains "en-us" and "en", and the specified language code is "en-gb", then "en" configuration will be used. Note: Language code is case-insensitive.

Declaration
[JsonProperty("synthesizeSpeechConfigs")]
public virtual IDictionary<string, SynthesizeSpeechConfig> SynthesizeSpeechConfigs { get; set; }
Property Value
Type Description
IDictionary<string, SynthesizeSpeechConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX