Interface CustomPronunciationParamsOrBuilder (4.87.0)

public interface CustomPronunciationParamsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPhoneticEncoding()

public abstract CustomPronunciationParams.PhoneticEncoding getPhoneticEncoding()

The phonetic encoding of the phrase.

.google.cloud.dialogflow.v2.CustomPronunciationParams.PhoneticEncoding phonetic_encoding = 2;

Returns
Type Description
CustomPronunciationParams.PhoneticEncoding

The phoneticEncoding.

getPhoneticEncodingValue()

public abstract int getPhoneticEncodingValue()

The phonetic encoding of the phrase.

.google.cloud.dialogflow.v2.CustomPronunciationParams.PhoneticEncoding phonetic_encoding = 2;

Returns
Type Description
int

The enum numeric value on the wire for phoneticEncoding.

getPhrase()

public abstract String getPhrase()

The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn't span the length of the sentence.

string phrase = 1;

Returns
Type Description
String

The phrase.

getPhraseBytes()

public abstract ByteString getPhraseBytes()

The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn't span the length of the sentence.

string phrase = 1;

Returns
Type Description
ByteString

The bytes for phrase.

getPronunciation()

public abstract String getPronunciation()

The pronunciation of the phrase. This must be in the phonetic encoding specified above.

string pronunciation = 3;

Returns
Type Description
String

The pronunciation.

getPronunciationBytes()

public abstract ByteString getPronunciationBytes()

The pronunciation of the phrase. This must be in the phonetic encoding specified above.

string pronunciation = 3;

Returns
Type Description
ByteString

The bytes for pronunciation.