Uses of Class
com.google.cloud.dialogflow.cx.v3.PageInfo
-
Packages that use PageInfo Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of PageInfo in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return PageInfo Modifier and Type Method Description PageInfoPageInfo.Builder. build()PageInfoPageInfo.Builder. buildPartial()static PageInfoPageInfo. getDefaultInstance()PageInfoPageInfo.Builder. getDefaultInstanceForType()PageInfoPageInfo. getDefaultInstanceForType()PageInfoWebhookRequest.Builder. getPageInfo()Information about page status.PageInfoWebhookRequest. getPageInfo()Information about page status.PageInfoWebhookRequestOrBuilder. getPageInfo()Information about page status.PageInfoWebhookResponse.Builder. getPageInfo()Information about page status.PageInfoWebhookResponse. getPageInfo()Information about page status.PageInfoWebhookResponseOrBuilder. getPageInfo()Information about page status.static PageInfoPageInfo. parseDelimitedFrom(InputStream input)static PageInfoPageInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PageInfoPageInfo. parseFrom(byte[] data)static PageInfoPageInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PageInfoPageInfo. parseFrom(com.google.protobuf.ByteString data)static PageInfoPageInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PageInfoPageInfo. parseFrom(com.google.protobuf.CodedInputStream input)static PageInfoPageInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PageInfoPageInfo. parseFrom(InputStream input)static PageInfoPageInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PageInfoPageInfo. parseFrom(ByteBuffer data)static PageInfoPageInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 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.v3 with parameters of type PageInfo Modifier and Type Method Description PageInfo.BuilderPageInfo.Builder. mergeFrom(PageInfo other)WebhookRequest.BuilderWebhookRequest.Builder. mergePageInfo(PageInfo value)Information about page status.WebhookResponse.BuilderWebhookResponse.Builder. mergePageInfo(PageInfo value)Information about page status.static PageInfo.BuilderPageInfo. newBuilder(PageInfo prototype)WebhookRequest.BuilderWebhookRequest.Builder. setPageInfo(PageInfo value)Information about page status.WebhookResponse.BuilderWebhookResponse.Builder. setPageInfo(PageInfo value)Information about page status.
-