FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.clear() |
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.clearMatch() |
The matched intent/event to fulfill.
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.clearMatchIntentRequest() |
Must be same as the corresponding MatchIntent request, otherwise the
behavior is undefined.
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.clearOutputAudioConfig() |
Instructs the speech synthesizer how to generate output audio.
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.clone() |
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.mergeFrom(FulfillIntentRequest other) |
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.mergeMatch(Match value) |
The matched intent/event to fulfill.
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.mergeMatchIntentRequest(MatchIntentRequest value) |
Must be same as the corresponding MatchIntent request, otherwise the
behavior is undefined.
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.mergeOutputAudioConfig(OutputAudioConfig value) |
Instructs the speech synthesizer how to generate output audio.
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static FulfillIntentRequest.Builder |
FulfillIntentRequest.newBuilder() |
|
static FulfillIntentRequest.Builder |
FulfillIntentRequest.newBuilder(FulfillIntentRequest prototype) |
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.newBuilderForType() |
|
protected FulfillIntentRequest.Builder |
FulfillIntentRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.setMatch(Match value) |
The matched intent/event to fulfill.
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.setMatch(Match.Builder builderForValue) |
The matched intent/event to fulfill.
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.setMatchIntentRequest(MatchIntentRequest value) |
Must be same as the corresponding MatchIntent request, otherwise the
behavior is undefined.
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.setMatchIntentRequest(MatchIntentRequest.Builder builderForValue) |
Must be same as the corresponding MatchIntent request, otherwise the
behavior is undefined.
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.setOutputAudioConfig(OutputAudioConfig value) |
Instructs the speech synthesizer how to generate output audio.
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.setOutputAudioConfig(OutputAudioConfig.Builder builderForValue) |
Instructs the speech synthesizer how to generate output audio.
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
FulfillIntentRequest.Builder |
FulfillIntentRequest.toBuilder() |
|