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