class Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Form
A form is a data model that groups related parameters that can be collected from the user. The process in which the agent prompts the user and collects parameter values from the user is called form filling. A form can be added to a page. When form filling is done, the filled parameters will be written to the session.
Attributes
parameters[RW]
Parameters to collect from the user. Corresponds to the JSON property `parameters` @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FormParameter>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3beta1/classes.rb, line 4162 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v3beta1/classes.rb, line 4167 def update!(**args) @parameters = args[:parameters] if args.key?(:parameters) end