Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.StreamingDetectIntentResponse
-
Packages that use StreamingDetectIntentResponse Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of StreamingDetectIntentResponse in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return StreamingDetectIntentResponse Modifier and Type Method Description StreamingDetectIntentResponseStreamingDetectIntentResponse.Builder. build()StreamingDetectIntentResponseStreamingDetectIntentResponse.Builder. buildPartial()static StreamingDetectIntentResponseStreamingDetectIntentResponse. getDefaultInstance()StreamingDetectIntentResponseStreamingDetectIntentResponse.Builder. getDefaultInstanceForType()StreamingDetectIntentResponseStreamingDetectIntentResponse. getDefaultInstanceForType()static StreamingDetectIntentResponseStreamingDetectIntentResponse. parseDelimitedFrom(InputStream input)static StreamingDetectIntentResponseStreamingDetectIntentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingDetectIntentResponseStreamingDetectIntentResponse. parseFrom(byte[] data)static StreamingDetectIntentResponseStreamingDetectIntentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingDetectIntentResponseStreamingDetectIntentResponse. parseFrom(com.google.protobuf.ByteString data)static StreamingDetectIntentResponseStreamingDetectIntentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingDetectIntentResponseStreamingDetectIntentResponse. parseFrom(com.google.protobuf.CodedInputStream input)static StreamingDetectIntentResponseStreamingDetectIntentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingDetectIntentResponseStreamingDetectIntentResponse. parseFrom(InputStream input)static StreamingDetectIntentResponseStreamingDetectIntentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingDetectIntentResponseStreamingDetectIntentResponse. parseFrom(ByteBuffer data)static StreamingDetectIntentResponseStreamingDetectIntentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type StreamingDetectIntentResponse Modifier and Type Method Description com.google.protobuf.Parser<StreamingDetectIntentResponse>StreamingDetectIntentResponse. getParserForType()static io.grpc.MethodDescriptor<StreamingDetectIntentRequest,StreamingDetectIntentResponse>SessionsGrpc. getStreamingDetectIntentMethod()static com.google.protobuf.Parser<StreamingDetectIntentResponse>StreamingDetectIntentResponse. parser()com.google.api.gax.rpc.BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse>SessionsClient. streamingDetectIntentCallable()Processes a natural language query in audio format in a streaming fashion and returns structured, actionable data as a result.com.google.api.gax.rpc.StreamingCallSettings.Builder<StreamingDetectIntentRequest,StreamingDetectIntentResponse>SessionsSettings.Builder. streamingDetectIntentSettings()Returns the builder for the settings used for calls to streamingDetectIntent.com.google.api.gax.rpc.StreamingCallSettings<StreamingDetectIntentRequest,StreamingDetectIntentResponse>SessionsSettings. streamingDetectIntentSettings()Returns the object with the settings used for calls to streamingDetectIntent.Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type StreamingDetectIntentResponse Modifier and Type Method Description StreamingDetectIntentResponse.BuilderStreamingDetectIntentResponse.Builder. mergeFrom(StreamingDetectIntentResponse other)static StreamingDetectIntentResponse.BuilderStreamingDetectIntentResponse. newBuilder(StreamingDetectIntentResponse prototype)Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type StreamingDetectIntentResponse Modifier and Type Method Description default io.grpc.stub.StreamObserver<StreamingDetectIntentRequest>SessionsGrpc.AsyncService. streamingDetectIntent(io.grpc.stub.StreamObserver<StreamingDetectIntentResponse> responseObserver)Processes a natural language query in audio format in a streaming fashion and returns structured, actionable data as a result.io.grpc.stub.StreamObserver<StreamingDetectIntentRequest>SessionsGrpc.SessionsStub. streamingDetectIntent(io.grpc.stub.StreamObserver<StreamingDetectIntentResponse> responseObserver)Processes a natural language query in audio format in a streaming fashion and returns structured, actionable data as a result. -
Uses of StreamingDetectIntentResponse in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type StreamingDetectIntentResponse Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse>GrpcSessionsStub. streamingDetectIntentCallable()com.google.api.gax.rpc.BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse>HttpJsonSessionsStub. streamingDetectIntentCallable()com.google.api.gax.rpc.BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse>SessionsStub. streamingDetectIntentCallable()com.google.api.gax.rpc.StreamingCallSettings.Builder<StreamingDetectIntentRequest,StreamingDetectIntentResponse>SessionsStubSettings.Builder. streamingDetectIntentSettings()Returns the builder for the settings used for calls to streamingDetectIntent.com.google.api.gax.rpc.StreamingCallSettings<StreamingDetectIntentRequest,StreamingDetectIntentResponse>SessionsStubSettings. streamingDetectIntentSettings()Returns the object with the settings used for calls to streamingDetectIntent.
-