class Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial

Opens the user's default dialer app with the specified phone number but does not dial automatically.

Attributes

phone_number[RW]

Required. The phone number to fill in the default dialer app. This field should be in [E.164](en.wikipedia.org/wiki/E.164) format. An example of a correctly formatted phone number: +15556767888. Corresponds to the JSON property `phoneNumber` @return [String]

Public Class Methods

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