Uses of Class
com.google.cloud.dialogflow.v2.WebhookRequest
-
Packages that use WebhookRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of WebhookRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return WebhookRequest Modifier and Type Method Description WebhookRequest
WebhookRequest.Builder. build()
WebhookRequest
WebhookRequest.Builder. buildPartial()
static WebhookRequest
WebhookRequest. getDefaultInstance()
WebhookRequest
WebhookRequest.Builder. getDefaultInstanceForType()
WebhookRequest
WebhookRequest. getDefaultInstanceForType()
static WebhookRequest
WebhookRequest. parseDelimitedFrom(InputStream input)
static WebhookRequest
WebhookRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebhookRequest
WebhookRequest. parseFrom(byte[] data)
static WebhookRequest
WebhookRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebhookRequest
WebhookRequest. parseFrom(com.google.protobuf.ByteString data)
static WebhookRequest
WebhookRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebhookRequest
WebhookRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static WebhookRequest
WebhookRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebhookRequest
WebhookRequest. parseFrom(InputStream input)
static WebhookRequest
WebhookRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebhookRequest
WebhookRequest. parseFrom(ByteBuffer data)
static WebhookRequest
WebhookRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type WebhookRequest Modifier and Type Method Description com.google.protobuf.Parser<WebhookRequest>
WebhookRequest. getParserForType()
static com.google.protobuf.Parser<WebhookRequest>
WebhookRequest. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type WebhookRequest Modifier and Type Method Description WebhookRequest.Builder
WebhookRequest.Builder. mergeFrom(WebhookRequest other)
static WebhookRequest.Builder
WebhookRequest. newBuilder(WebhookRequest prototype)
-