Uses of Class
com.google.cloud.dialogflow.v2.StreamingAnalyzeContentResponse
-
Packages that use StreamingAnalyzeContentResponse Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of StreamingAnalyzeContentResponse in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return StreamingAnalyzeContentResponse Modifier and Type Method Description StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse.Builder. build()StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse.Builder. buildPartial()static StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse. getDefaultInstance()StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse.Builder. getDefaultInstanceForType()StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse. getDefaultInstanceForType()static StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse. parseDelimitedFrom(InputStream input)static StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse. parseFrom(byte[] data)static StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse. parseFrom(com.google.protobuf.ByteString data)static StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse. parseFrom(com.google.protobuf.CodedInputStream input)static StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse. parseFrom(InputStream input)static StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse. parseFrom(ByteBuffer data)static StreamingAnalyzeContentResponseStreamingAnalyzeContentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type StreamingAnalyzeContentResponse Modifier and Type Method Description com.google.protobuf.Parser<StreamingAnalyzeContentResponse>StreamingAnalyzeContentResponse. getParserForType()static io.grpc.MethodDescriptor<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>ParticipantsGrpc. getStreamingAnalyzeContentMethod()static com.google.protobuf.Parser<StreamingAnalyzeContentResponse>StreamingAnalyzeContentResponse. parser()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 StreamingAnalyzeContentResponse Modifier and Type Method Description StreamingAnalyzeContentResponse.BuilderStreamingAnalyzeContentResponse.Builder. mergeFrom(StreamingAnalyzeContentResponse other)static StreamingAnalyzeContentResponse.BuilderStreamingAnalyzeContentResponse. newBuilder(StreamingAnalyzeContentResponse prototype)Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type StreamingAnalyzeContentResponse Modifier and Type Method Description 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. -
Uses of StreamingAnalyzeContentResponse in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type StreamingAnalyzeContentResponse 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.
-