Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#initial_prompt_fulfillment ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Fulfillment
Corresponds to the JSON property
initialPromptFulfillment. -
#reprompt_event_handlers ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1EventHandler>
Corresponds to the JSON property
repromptEventHandlers.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior
constructor
A new instance of GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior
Returns a new instance of GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior.
4393 4394 4395 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4393 def initialize(**args) update!(**args) end |
Instance Attribute Details
#initial_prompt_fulfillment ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Fulfillment
Corresponds to the JSON property initialPromptFulfillment
4386 4387 4388 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4386 def initial_prompt_fulfillment @initial_prompt_fulfillment end |
#reprompt_event_handlers ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1EventHandler>
Corresponds to the JSON property repromptEventHandlers
4391 4392 4393 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4391 def reprompt_event_handlers @reprompt_event_handlers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4398 4399 4400 4401 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4398 def update!(**args) @initial_prompt_fulfillment = args[:initial_prompt_fulfillment] if args.key?(:initial_prompt_fulfillment) @reprompt_event_handlers = args[:reprompt_event_handlers] if args.key?(:reprompt_event_handlers) end |