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 AnalyzeContentResponseParticipantsClient. analyzeContent(AnalyzeContentRequest request)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponseParticipantsClient. analyzeContent(ParticipantName participant, EventInput eventInput)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponseParticipantsClient. analyzeContent(ParticipantName participant, TextInput textInput)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponseParticipantsClient. analyzeContent(String participant, EventInput eventInput)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponseParticipantsClient. analyzeContent(String participant, TextInput textInput)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponseParticipantsGrpc.ParticipantsBlockingStub. analyzeContent(AnalyzeContentRequest request)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponseAnalyzeContentResponse.Builder. build()AnalyzeContentResponseAnalyzeContentResponse.Builder. buildPartial()static AnalyzeContentResponseAnalyzeContentResponse. getDefaultInstance()AnalyzeContentResponseAnalyzeContentResponse.Builder. getDefaultInstanceForType()AnalyzeContentResponseAnalyzeContentResponse. getDefaultInstanceForType()static AnalyzeContentResponseAnalyzeContentResponse. parseDelimitedFrom(InputStream input)static AnalyzeContentResponseAnalyzeContentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeContentResponseAnalyzeContentResponse. parseFrom(byte[] data)static AnalyzeContentResponseAnalyzeContentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeContentResponseAnalyzeContentResponse. parseFrom(com.google.protobuf.ByteString data)static AnalyzeContentResponseAnalyzeContentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeContentResponseAnalyzeContentResponse. parseFrom(com.google.protobuf.CodedInputStream input)static AnalyzeContentResponseAnalyzeContentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeContentResponseAnalyzeContentResponse. parseFrom(InputStream input)static AnalyzeContentResponseAnalyzeContentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeContentResponseAnalyzeContentResponse. parseFrom(ByteBuffer data)static AnalyzeContentResponseAnalyzeContentResponse. 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.BuilderAnalyzeContentResponse.Builder. mergeFrom(AnalyzeContentResponse other)static AnalyzeContentResponse.BuilderAnalyzeContentResponse. newBuilder(AnalyzeContentResponse prototype)Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type AnalyzeContentResponse Modifier and Type Method Description default voidParticipantsGrpc.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.voidParticipantsGrpc.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.
-