class Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentMessageSuggestion

the conversation.
The suggestion chip message that the user can tap to quickly post a reply to

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @title = args[:title] if args.key?(:title)
end