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