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