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