Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior

Returns a new instance of GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior.



7436
7437
7438
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7436

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#initial_prompt_fulfillmentGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment

Corresponds to the JSON property initialPromptFulfillment



7429
7430
7431
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7429

def initial_prompt_fulfillment
  @initial_prompt_fulfillment
end

#reprompt_event_handlersArray<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1EventHandler>

Corresponds to the JSON property repromptEventHandlers



7434
7435
7436
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7434

def reprompt_event_handlers
  @reprompt_event_handlers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7441
7442
7443
7444
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7441

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