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