Uses of Class
com.google.cloud.dialogflow.v2beta1.stub.ConversationsStub
-
Packages that use ConversationsStub Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of ConversationsStub in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return ConversationsStub Modifier and Type Method Description ConversationsStub
ConversationsClient. getStub()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type ConversationsStub Modifier and Type Method Description static ConversationsClient
ConversationsClient. create(ConversationsStub stub)
Constructs an instance of ConversationsClient, using the given stub for making calls.Constructors in com.google.cloud.dialogflow.v2beta1 with parameters of type ConversationsStub Constructor Description ConversationsClient(ConversationsStub stub)
-
Uses of ConversationsStub in com.google.cloud.dialogflow.v2beta1.stub
Subclasses of ConversationsStub in com.google.cloud.dialogflow.v2beta1.stub Modifier and Type Class Description class
GrpcConversationsStub
gRPC stub implementation for the Conversations service API.class
HttpJsonConversationsStub
REST stub implementation for the Conversations service API.Methods in com.google.cloud.dialogflow.v2beta1.stub that return ConversationsStub Modifier and Type Method Description ConversationsStub
ConversationsStubSettings. createStub()
-