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 AudioInputAudioInput.Builder. build()AudioInputAudioInput.Builder. buildPartial()AudioInputAnalyzeContentRequest.Builder. getAudioInput()The natural language speech audio to be processed.AudioInputAnalyzeContentRequest. getAudioInput()The natural language speech audio to be processed.AudioInputAnalyzeContentRequestOrBuilder. getAudioInput()The natural language speech audio to be processed.static AudioInputAudioInput. getDefaultInstance()AudioInputAudioInput.Builder. getDefaultInstanceForType()AudioInputAudioInput. getDefaultInstanceForType()static AudioInputAudioInput. parseDelimitedFrom(InputStream input)static AudioInputAudioInput. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AudioInputAudioInput. parseFrom(byte[] data)static AudioInputAudioInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AudioInputAudioInput. parseFrom(com.google.protobuf.ByteString data)static AudioInputAudioInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AudioInputAudioInput. parseFrom(com.google.protobuf.CodedInputStream input)static AudioInputAudioInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AudioInputAudioInput. parseFrom(InputStream input)static AudioInputAudioInput. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AudioInputAudioInput. parseFrom(ByteBuffer data)static AudioInputAudioInput. 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 AnalyzeContentResponseParticipantsClient. analyzeContent(ParticipantName participant, AudioInput audioInput)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponseParticipantsClient. 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.BuilderAnalyzeContentRequest.Builder. mergeAudioInput(AudioInput value)The natural language speech audio to be processed.AudioInput.BuilderAudioInput.Builder. mergeFrom(AudioInput other)static AudioInput.BuilderAudioInput. newBuilder(AudioInput prototype)AnalyzeContentRequest.BuilderAnalyzeContentRequest.Builder. setAudioInput(AudioInput value)The natural language speech audio to be processed.
-