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