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