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