Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::Form (v0.12.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Form.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parameters

def parameters() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::Form::Parameter>
Returns

#parameters=

def parameters=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::Form::Parameter>
Parameter
Returns