Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class CustomPronunciationParams.
Pronunciation customization for a phrase.
Generated from protobuf message google.cloud.dialogflow.v2.CustomPronunciationParams
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ phrase
string
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.
↳ phonetic_encoding
int
The phonetic encoding of the phrase.
↳ pronunciation
string
The pronunciation of the phrase. This must be in the phonetic encoding specified above.
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
setPhrase
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.
var
string
$this
getPhoneticEncoding
The phonetic encoding of the phrase.
setPhoneticEncoding
The phonetic encoding of the phrase.
$this
getPronunciation
The pronunciation of the phrase. This must be in the phonetic encoding specified above.
string
setPronunciation
The pronunciation of the phrase. This must be in the phonetic encoding specified above.
var
string
$this

