Class Action.TTS.Builder (0.94.0)

public static final class Action.TTS.Builder extends GeneratedMessage.Builder<Action.TTS.Builder> implements Action.TTSOrBuilder

Stores metadata of the Text-to-Speech action.

Protobuf type google.cloud.dialogflow.cx.v3beta1.Action.TTS

Implements

Action.TTSOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Action.TTS build()
Returns
Type Description
Action.TTS

buildPartial()

public Action.TTS buildPartial()
Returns
Type Description
Action.TTS

clear()

public Action.TTS.Builder clear()
Returns
Type Description
Action.TTS.Builder
Overrides

getDefaultInstanceForType()

public Action.TTS getDefaultInstanceForType()
Returns
Type Description
Action.TTS

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Action.TTS other)

public Action.TTS.Builder mergeFrom(Action.TTS other)
Parameter
Name Description
other Action.TTS
Returns
Type Description
Action.TTS.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Action.TTS.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Action.TTS.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Action.TTS.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Action.TTS.Builder
Overrides