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 ConversationsSettings
ConversationsSettings. 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 ConversationsStubSettings
ConversationsStubSettings.Builder. build()
Methods in com.google.cloud.dialogflow.v2beta1.stub with parameters of type ConversationsStubSettings Modifier and Type Method Description static GrpcConversationsStub
GrpcConversationsStub. create(ConversationsStubSettings settings)
static HttpJsonConversationsStub
HttpJsonConversationsStub. 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.
-