Uses of Class
com.google.cloud.dialogflow.v2.AnalyzeContentResponse
-
Packages that use AnalyzeContentResponse Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of AnalyzeContentResponse in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return AnalyzeContentResponse 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.AnalyzeContentResponse
ParticipantsClient. analyzeContent(ParticipantName participant, EventInput eventInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponse
ParticipantsClient. analyzeContent(ParticipantName participant, TextInput textInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponse
ParticipantsClient. analyzeContent(String participant, EventInput eventInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponse
ParticipantsClient. analyzeContent(String participant, TextInput textInput)
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.AnalyzeContentResponse
AnalyzeContentResponse.Builder. build()
AnalyzeContentResponse
AnalyzeContentResponse.Builder. buildPartial()
static AnalyzeContentResponse
AnalyzeContentResponse. getDefaultInstance()
AnalyzeContentResponse
AnalyzeContentResponse.Builder. getDefaultInstanceForType()
AnalyzeContentResponse
AnalyzeContentResponse. getDefaultInstanceForType()
static AnalyzeContentResponse
AnalyzeContentResponse. parseDelimitedFrom(InputStream input)
static AnalyzeContentResponse
AnalyzeContentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeContentResponse
AnalyzeContentResponse. parseFrom(byte[] data)
static AnalyzeContentResponse
AnalyzeContentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeContentResponse
AnalyzeContentResponse. parseFrom(com.google.protobuf.ByteString data)
static AnalyzeContentResponse
AnalyzeContentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeContentResponse
AnalyzeContentResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AnalyzeContentResponse
AnalyzeContentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeContentResponse
AnalyzeContentResponse. parseFrom(InputStream input)
static AnalyzeContentResponse
AnalyzeContentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeContentResponse
AnalyzeContentResponse. parseFrom(ByteBuffer data)
static AnalyzeContentResponse
AnalyzeContentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type AnalyzeContentResponse Modifier and Type Method Description 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.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<AnalyzeContentResponse>
AnalyzeContentResponse. getParserForType()
static com.google.protobuf.Parser<AnalyzeContentResponse>
AnalyzeContentResponse. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type AnalyzeContentResponse Modifier and Type Method Description AnalyzeContentResponse.Builder
AnalyzeContentResponse.Builder. mergeFrom(AnalyzeContentResponse other)
static AnalyzeContentResponse.Builder
AnalyzeContentResponse. newBuilder(AnalyzeContentResponse prototype)
Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type AnalyzeContentResponse Modifier and Type Method Description 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.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. -
Uses of AnalyzeContentResponse in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type AnalyzeContentResponse 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.
-