Class Phrase.Builder (0.94.0)

public static final class Phrase.Builder extends GeneratedMessage.Builder<Phrase.Builder> implements PhraseOrBuilder

Text input which can be used for prompt or banned phrases.

Protobuf type google.cloud.dialogflow.cx.v3beta1.Phrase

Implements

PhraseOrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public Phrase build()
Returns
Type Description
Phrase

buildPartial()

public Phrase buildPartial()
Returns
Type Description
Phrase

clear()

public Phrase.Builder clear()
Returns
Type Description
Phrase.Builder
Overrides

clearText()

public Phrase.Builder clearText()

Required. Text input which can be used for prompt or banned phrases.

string text = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Phrase.Builder

This builder for chaining.

getDefaultInstanceForType()

public Phrase getDefaultInstanceForType()
Returns
Type Description
Phrase

getDescriptorForType()

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

getText()

public String getText()

Required. Text input which can be used for prompt or banned phrases.

string text = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The text.

getTextBytes()

public ByteString getTextBytes()

Required. Text input which can be used for prompt or banned phrases.

string text = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for text.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Phrase other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setText(String value)

public Phrase.Builder setText(String value)

Required. Text input which can be used for prompt or banned phrases.

string text = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The text to set.

Returns
Type Description
Phrase.Builder

This builder for chaining.

setTextBytes(ByteString value)

public Phrase.Builder setTextBytes(ByteString value)

Required. Text input which can be used for prompt or banned phrases.

string text = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for text to set.

Returns
Type Description
Phrase.Builder

This builder for chaining.