|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpeechRequestRecord.Builder | |
|---|---|
| org.robokind.impl.speech | |
| Uses of SpeechRequestRecord.Builder in org.robokind.impl.speech |
|---|
| Methods in org.robokind.impl.speech that return SpeechRequestRecord.Builder | |
|---|---|
SpeechRequestRecord.Builder |
SpeechRequestRecord.Builder.clearPhrase()
Clears the value of the 'phrase' field |
SpeechRequestRecord.Builder |
SpeechRequestRecord.Builder.clearRequestSourceId()
Clears the value of the 'requestSourceId' field |
SpeechRequestRecord.Builder |
SpeechRequestRecord.Builder.clearSpeechServiceId()
Clears the value of the 'speechServiceId' field |
SpeechRequestRecord.Builder |
SpeechRequestRecord.Builder.clearTimestampMillisecUTC()
Clears the value of the 'timestampMillisecUTC' field |
static SpeechRequestRecord.Builder |
SpeechRequestRecord.newBuilder()
Creates a new SpeechRequestRecord RecordBuilder |
static SpeechRequestRecord.Builder |
SpeechRequestRecord.newBuilder(SpeechRequestRecord.Builder other)
Creates a new SpeechRequestRecord RecordBuilder by copying an existing Builder |
static SpeechRequestRecord.Builder |
SpeechRequestRecord.newBuilder(SpeechRequestRecord other)
Creates a new SpeechRequestRecord RecordBuilder by copying an existing SpeechRequestRecord instance |
SpeechRequestRecord.Builder |
SpeechRequestRecord.Builder.setPhrase(String value)
Sets the value of the 'phrase' field |
SpeechRequestRecord.Builder |
SpeechRequestRecord.Builder.setRequestSourceId(String value)
Sets the value of the 'requestSourceId' field |
SpeechRequestRecord.Builder |
SpeechRequestRecord.Builder.setSpeechServiceId(String value)
Sets the value of the 'speechServiceId' field |
SpeechRequestRecord.Builder |
SpeechRequestRecord.Builder.setTimestampMillisecUTC(long value)
Sets the value of the 'timestampMillisecUTC' field |
| Methods in org.robokind.impl.speech with parameters of type SpeechRequestRecord.Builder | |
|---|---|
static SpeechRequestRecord.Builder |
SpeechRequestRecord.newBuilder(SpeechRequestRecord.Builder other)
Creates a new SpeechRequestRecord RecordBuilder by copying an existing Builder |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||