Uses of Class
com.google.cloud.dialogflow.v2beta1.AudioInput
-
Packages that use AudioInput Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of AudioInput in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return AudioInput Modifier and Type Method Description AudioInput
AudioInput.Builder. build()
AudioInput
AudioInput.Builder. buildPartial()
AudioInput
AnalyzeContentRequest.Builder. getAudioInput()
The natural language speech audio to be processed.AudioInput
AnalyzeContentRequest. getAudioInput()
The natural language speech audio to be processed.AudioInput
AnalyzeContentRequestOrBuilder. getAudioInput()
The natural language speech audio to be processed.static AudioInput
AudioInput. getDefaultInstance()
AudioInput
AudioInput.Builder. getDefaultInstanceForType()
AudioInput
AudioInput. getDefaultInstanceForType()
static AudioInput
AudioInput. parseDelimitedFrom(InputStream input)
static AudioInput
AudioInput. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AudioInput
AudioInput. parseFrom(byte[] data)
static AudioInput
AudioInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AudioInput
AudioInput. parseFrom(com.google.protobuf.ByteString data)
static AudioInput
AudioInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AudioInput
AudioInput. parseFrom(com.google.protobuf.CodedInputStream input)
static AudioInput
AudioInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AudioInput
AudioInput. parseFrom(InputStream input)
static AudioInput
AudioInput. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AudioInput
AudioInput. parseFrom(ByteBuffer data)
static AudioInput
AudioInput. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type AudioInput Modifier and Type Method Description com.google.protobuf.Parser<AudioInput>
AudioInput. getParserForType()
static com.google.protobuf.Parser<AudioInput>
AudioInput. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type AudioInput Modifier and Type Method Description AnalyzeContentResponse
ParticipantsClient. analyzeContent(ParticipantName participant, AudioInput audioInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponse
ParticipantsClient. analyzeContent(String participant, AudioInput audioInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentRequest.Builder
AnalyzeContentRequest.Builder. mergeAudioInput(AudioInput value)
The natural language speech audio to be processed.AudioInput.Builder
AudioInput.Builder. mergeFrom(AudioInput other)
static AudioInput.Builder
AudioInput. newBuilder(AudioInput prototype)
AnalyzeContentRequest.Builder
AnalyzeContentRequest.Builder. setAudioInput(AudioInput value)
The natural language speech audio to be processed.
-