Uses of Class
com.google.cloud.dialogflow.v2beta1.CreateParticipantRequest
-
Packages that use CreateParticipantRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of CreateParticipantRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return CreateParticipantRequest Modifier and Type Method Description CreateParticipantRequest
CreateParticipantRequest.Builder. build()
CreateParticipantRequest
CreateParticipantRequest.Builder. buildPartial()
static CreateParticipantRequest
CreateParticipantRequest. getDefaultInstance()
CreateParticipantRequest
CreateParticipantRequest.Builder. getDefaultInstanceForType()
CreateParticipantRequest
CreateParticipantRequest. getDefaultInstanceForType()
static CreateParticipantRequest
CreateParticipantRequest. parseDelimitedFrom(InputStream input)
static CreateParticipantRequest
CreateParticipantRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateParticipantRequest
CreateParticipantRequest. parseFrom(byte[] data)
static CreateParticipantRequest
CreateParticipantRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateParticipantRequest
CreateParticipantRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateParticipantRequest
CreateParticipantRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateParticipantRequest
CreateParticipantRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateParticipantRequest
CreateParticipantRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateParticipantRequest
CreateParticipantRequest. parseFrom(InputStream input)
static CreateParticipantRequest
CreateParticipantRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateParticipantRequest
CreateParticipantRequest. parseFrom(ByteBuffer data)
static CreateParticipantRequest
CreateParticipantRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type CreateParticipantRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateParticipantRequest,Participant>
ParticipantsClient. createParticipantCallable()
Creates a new participant in a conversation.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateParticipantRequest,Participant>
ParticipantsSettings.Builder. createParticipantSettings()
Returns the builder for the settings used for calls to createParticipant.com.google.api.gax.rpc.UnaryCallSettings<CreateParticipantRequest,Participant>
ParticipantsSettings. createParticipantSettings()
Returns the object with the settings used for calls to createParticipant.static io.grpc.MethodDescriptor<CreateParticipantRequest,Participant>
ParticipantsGrpc. getCreateParticipantMethod()
com.google.protobuf.Parser<CreateParticipantRequest>
CreateParticipantRequest. getParserForType()
static com.google.protobuf.Parser<CreateParticipantRequest>
CreateParticipantRequest. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type CreateParticipantRequest Modifier and Type Method Description Participant
ParticipantsClient. createParticipant(CreateParticipantRequest request)
Creates a new participant in a conversation.default void
ParticipantsGrpc.AsyncService. createParticipant(CreateParticipantRequest request, io.grpc.stub.StreamObserver<Participant> responseObserver)
Creates a new participant in a conversation.Participant
ParticipantsGrpc.ParticipantsBlockingStub. createParticipant(CreateParticipantRequest request)
Creates a new participant in a conversation.com.google.common.util.concurrent.ListenableFuture<Participant>
ParticipantsGrpc.ParticipantsFutureStub. createParticipant(CreateParticipantRequest request)
Creates a new participant in a conversation.void
ParticipantsGrpc.ParticipantsStub. createParticipant(CreateParticipantRequest request, io.grpc.stub.StreamObserver<Participant> responseObserver)
Creates a new participant in a conversation.CreateParticipantRequest.Builder
CreateParticipantRequest.Builder. mergeFrom(CreateParticipantRequest other)
static CreateParticipantRequest.Builder
CreateParticipantRequest. newBuilder(CreateParticipantRequest prototype)
-
Uses of CreateParticipantRequest in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type CreateParticipantRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateParticipantRequest,Participant>
GrpcParticipantsStub. createParticipantCallable()
com.google.api.gax.rpc.UnaryCallable<CreateParticipantRequest,Participant>
HttpJsonParticipantsStub. createParticipantCallable()
com.google.api.gax.rpc.UnaryCallable<CreateParticipantRequest,Participant>
ParticipantsStub. createParticipantCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateParticipantRequest,Participant>
ParticipantsStubSettings.Builder. createParticipantSettings()
Returns the builder for the settings used for calls to createParticipant.com.google.api.gax.rpc.UnaryCallSettings<CreateParticipantRequest,Participant>
ParticipantsStubSettings. createParticipantSettings()
Returns the object with the settings used for calls to createParticipant.
-