Uses of Class
com.google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest
-
Packages that use StreamingAnalyzeContentRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of StreamingAnalyzeContentRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return StreamingAnalyzeContentRequest Modifier and Type Method Description StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest.Builder. build()StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest.Builder. buildPartial()static StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest. getDefaultInstance()StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest.Builder. getDefaultInstanceForType()StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest. getDefaultInstanceForType()static StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest. parseDelimitedFrom(InputStream input)static StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest. parseFrom(byte[] data)static StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest. parseFrom(com.google.protobuf.ByteString data)static StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest. parseFrom(InputStream input)static StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest. parseFrom(ByteBuffer data)static StreamingAnalyzeContentRequestStreamingAnalyzeContentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type StreamingAnalyzeContentRequest Modifier and Type Method Description com.google.protobuf.Parser<StreamingAnalyzeContentRequest>StreamingAnalyzeContentRequest. getParserForType()static io.grpc.MethodDescriptor<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>ParticipantsGrpc. getStreamingAnalyzeContentMethod()static com.google.protobuf.Parser<StreamingAnalyzeContentRequest>StreamingAnalyzeContentRequest. parser()default io.grpc.stub.StreamObserver<StreamingAnalyzeContentRequest>ParticipantsGrpc.AsyncService. streamingAnalyzeContent(io.grpc.stub.StreamObserver<StreamingAnalyzeContentResponse> responseObserver)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.io.grpc.stub.StreamObserver<StreamingAnalyzeContentRequest>ParticipantsGrpc.ParticipantsStub. streamingAnalyzeContent(io.grpc.stub.StreamObserver<StreamingAnalyzeContentResponse> responseObserver)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.com.google.api.gax.rpc.BidiStreamingCallable<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>ParticipantsClient. streamingAnalyzeContentCallable()Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.com.google.api.gax.rpc.StreamingCallSettings.Builder<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>ParticipantsSettings.Builder. streamingAnalyzeContentSettings()Returns the builder for the settings used for calls to streamingAnalyzeContent.com.google.api.gax.rpc.StreamingCallSettings<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>ParticipantsSettings. streamingAnalyzeContentSettings()Returns the object with the settings used for calls to streamingAnalyzeContent.Methods in com.google.cloud.dialogflow.v2 with parameters of type StreamingAnalyzeContentRequest Modifier and Type Method Description StreamingAnalyzeContentRequest.BuilderStreamingAnalyzeContentRequest.Builder. mergeFrom(StreamingAnalyzeContentRequest other)static StreamingAnalyzeContentRequest.BuilderStreamingAnalyzeContentRequest. newBuilder(StreamingAnalyzeContentRequest prototype) -
Uses of StreamingAnalyzeContentRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type StreamingAnalyzeContentRequest Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>GrpcParticipantsStub. streamingAnalyzeContentCallable()com.google.api.gax.rpc.BidiStreamingCallable<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>HttpJsonParticipantsStub. streamingAnalyzeContentCallable()com.google.api.gax.rpc.BidiStreamingCallable<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>ParticipantsStub. streamingAnalyzeContentCallable()com.google.api.gax.rpc.StreamingCallSettings.Builder<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>ParticipantsStubSettings.Builder. streamingAnalyzeContentSettings()Returns the builder for the settings used for calls to streamingAnalyzeContent.com.google.api.gax.rpc.StreamingCallSettings<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>ParticipantsStubSettings. streamingAnalyzeContentSettings()Returns the object with the settings used for calls to streamingAnalyzeContent.
-