Class OutputAudioConfig
OutputAudioConfig configures how the CES agent should synthesize outgoing audio responses.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class OutputAudioConfig : IDirectResponseSchema
Properties
AudioEncoding
Required. The encoding of the output audio data.
Declaration
[JsonProperty("audioEncoding")]
public virtual string AudioEncoding { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SampleRateHertz
Required. The sample rate (in Hertz) of the output audio data.
Declaration
[JsonProperty("sampleRateHertz")]
public virtual int? SampleRateHertz { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |