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 StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse.Builder. build()
StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse.Builder. buildPartial()
static StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse. getDefaultInstance()
StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse.Builder. getDefaultInstanceForType()
StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse. getDefaultInstanceForType()
static StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse. parseDelimitedFrom(InputStream input)
static StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse. parseFrom(byte[] data)
static StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse. parseFrom(com.google.protobuf.ByteString data)
static StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse. parseFrom(InputStream input)
static StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse. parseFrom(ByteBuffer data)
static StreamingAnalyzeContentResponse
StreamingAnalyzeContentResponse. 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.Builder
StreamingAnalyzeContentResponse.Builder. mergeFrom(StreamingAnalyzeContentResponse other)
static StreamingAnalyzeContentResponse.Builder
StreamingAnalyzeContentResponse. 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.
-