Uses of Class
com.google.cloud.dialogflow.cx.v3.Form
-
Packages that use Form Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of Form in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return Form Modifier and Type Method Description Form
Form.Builder. build()
Form
Form.Builder. buildPartial()
static Form
Form. getDefaultInstance()
Form
Form.Builder. getDefaultInstanceForType()
Form
Form. getDefaultInstanceForType()
Form
Page.Builder. getForm()
The form associated with the page, used for collecting parameters relevant to the page.Form
Page. getForm()
The form associated with the page, used for collecting parameters relevant to the page.Form
PageOrBuilder. getForm()
The form associated with the page, used for collecting parameters relevant to the page.static Form
Form. parseDelimitedFrom(InputStream input)
static Form
Form. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Form
Form. parseFrom(byte[] data)
static Form
Form. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Form
Form. parseFrom(com.google.protobuf.ByteString data)
static Form
Form. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Form
Form. parseFrom(com.google.protobuf.CodedInputStream input)
static Form
Form. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Form
Form. parseFrom(InputStream input)
static Form
Form. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Form
Form. parseFrom(ByteBuffer data)
static Form
Form. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type Form Modifier and Type Method Description com.google.protobuf.Parser<Form>
Form. getParserForType()
static com.google.protobuf.Parser<Form>
Form. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type Form Modifier and Type Method Description Page.Builder
Page.Builder. mergeForm(Form value)
The form associated with the page, used for collecting parameters relevant to the page.Form.Builder
Form.Builder. mergeFrom(Form other)
static Form.Builder
Form. newBuilder(Form prototype)
Page.Builder
Page.Builder. setForm(Form value)
The form associated with the page, used for collecting parameters relevant to the page.
-