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