class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfoFormInfo

Represents form information.

Attributes

parameter_info[RW]

Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter. Corresponds to the JSON property `parameterInfo` @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 3340
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_v3/classes.rb, line 3345
def update!(**args)
  @parameter_info = args[:parameter_info] if args.key?(:parameter_info)
end