Class protos.google.cloud.dialogflow.v2.OutputAudioConfig (6.6.0)

Represents an OutputAudioConfig.

Package

@google-cloud/dialogflow

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.dialogflow.v2.IOutputAudioConfig);

Constructs a new OutputAudioConfig.

Parameter
NameDescription
properties IOutputAudioConfig

Properties to set

Properties

audioEncoding

public audioEncoding: (google.cloud.dialogflow.v2.OutputAudioEncoding|keyof typeof google.cloud.dialogflow.v2.OutputAudioEncoding);

OutputAudioConfig audioEncoding.

sampleRateHertz

public sampleRateHertz: number;

OutputAudioConfig sampleRateHertz.

synthesizeSpeechConfig

public synthesizeSpeechConfig?: (google.cloud.dialogflow.v2.ISynthesizeSpeechConfig|null);

OutputAudioConfig synthesizeSpeechConfig.

Methods

create(properties)

public static create(properties?: google.cloud.dialogflow.v2.IOutputAudioConfig): google.cloud.dialogflow.v2.OutputAudioConfig;

Creates a new OutputAudioConfig instance using the specified properties.

Parameter
NameDescription
properties IOutputAudioConfig

Properties to set

Returns
TypeDescription
OutputAudioConfig

OutputAudioConfig instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.dialogflow.v2.OutputAudioConfig;

Decodes an OutputAudioConfig message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
OutputAudioConfig

OutputAudioConfig

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.dialogflow.v2.OutputAudioConfig;

Decodes an OutputAudioConfig message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
OutputAudioConfig

OutputAudioConfig

encode(message, writer)

public static encode(message: google.cloud.dialogflow.v2.IOutputAudioConfig, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified OutputAudioConfig message. Does not implicitly messages.

Parameters
NameDescription
message IOutputAudioConfig

OutputAudioConfig message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.dialogflow.v2.IOutputAudioConfig, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified OutputAudioConfig message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IOutputAudioConfig

OutputAudioConfig message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.dialogflow.v2.OutputAudioConfig;

Creates an OutputAudioConfig message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
OutputAudioConfig

OutputAudioConfig

getTypeUrl(typeUrlPrefix)

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for OutputAudioConfig

Parameter
NameDescription
typeUrlPrefix string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
TypeDescription
string

The default type url

toJSON()

public toJSON(): { [k: string]: any };

Converts this OutputAudioConfig to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.dialogflow.v2.OutputAudioConfig, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from an OutputAudioConfig message. Also converts values to other types if specified.

Parameters
NameDescription
message OutputAudioConfig

OutputAudioConfig

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies an OutputAudioConfig message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not