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 ConversationProfilesSettingsConversationProfilesSettings. 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 ConversationProfilesStubSettingsConversationProfilesStubSettings.Builder. build()Methods in com.google.cloud.dialogflow.v2.stub with parameters of type ConversationProfilesStubSettings Modifier and Type Method Description static GrpcConversationProfilesStubGrpcConversationProfilesStub. create(ConversationProfilesStubSettings settings)static HttpJsonConversationProfilesStubHttpJsonConversationProfilesStub. 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.
-