Uses of Class
com.google.cloud.dialogflow.v2.stub.ParticipantsStubSettings
-
Packages that use ParticipantsStubSettings Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of ParticipantsStubSettings in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 with parameters of type ParticipantsStubSettings Modifier and Type Method Description static ParticipantsSettings
ParticipantsSettings. create(ParticipantsStubSettings stub)
-
Uses of ParticipantsStubSettings in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return ParticipantsStubSettings Modifier and Type Method Description ParticipantsStubSettings
ParticipantsStubSettings.Builder. build()
Methods in com.google.cloud.dialogflow.v2.stub with parameters of type ParticipantsStubSettings Modifier and Type Method Description static GrpcParticipantsStub
GrpcParticipantsStub. create(ParticipantsStubSettings settings)
static HttpJsonParticipantsStub
HttpJsonParticipantsStub. create(ParticipantsStubSettings settings)
Constructors in com.google.cloud.dialogflow.v2.stub with parameters of type ParticipantsStubSettings Constructor Description Builder(ParticipantsStubSettings settings)
GrpcParticipantsStub(ParticipantsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcParticipantsStub, using the given settings.GrpcParticipantsStub(ParticipantsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcParticipantsStub, using the given settings.HttpJsonParticipantsStub(ParticipantsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonParticipantsStub, using the given settings.HttpJsonParticipantsStub(ParticipantsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonParticipantsStub, using the given settings.
-