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 FormForm.Builder. build()FormForm.Builder. buildPartial()static FormForm. getDefaultInstance()FormForm.Builder. getDefaultInstanceForType()FormForm. getDefaultInstanceForType()FormPage.Builder. getForm()The form associated with the page, used for collecting parameters relevant to the page.FormPage. getForm()The form associated with the page, used for collecting parameters relevant to the page.FormPageOrBuilder. getForm()The form associated with the page, used for collecting parameters relevant to the page.static FormForm. parseDelimitedFrom(InputStream input)static FormForm. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FormForm. parseFrom(byte[] data)static FormForm. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FormForm. parseFrom(com.google.protobuf.ByteString data)static FormForm. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FormForm. parseFrom(com.google.protobuf.CodedInputStream input)static FormForm. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FormForm. parseFrom(InputStream input)static FormForm. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FormForm. parseFrom(ByteBuffer data)static FormForm. 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.BuilderPage.Builder. mergeForm(Form value)The form associated with the page, used for collecting parameters relevant to the page.Form.BuilderForm.Builder. mergeFrom(Form other)static Form.BuilderForm. newBuilder(Form prototype)Page.BuilderPage.Builder. setForm(Form value)The form associated with the page, used for collecting parameters relevant to the page.
-