Interface RcsCreateCalendarEventAction.Builder

  • Method Details

    • text

      The display text of the action. Maximum 25 characters.

      Parameters:
      text - The display text of the action. Maximum 25 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • postbackData

      RcsCreateCalendarEventAction.Builder postbackData(String postbackData)

      The postback data sent to your webhook when the user taps this action. Maximum 2048 characters.

      Parameters:
      postbackData - The postback data sent to your webhook when the user taps this action. Maximum 2048 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • title

      The title of the calendar event. Maximum 100 characters.

      Parameters:
      title - The title of the calendar event. Maximum 100 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      The start time of the calendar event in ISO 8601 format.

      Parameters:
      startTime - The start time of the calendar event in ISO 8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The end time of the calendar event in ISO 8601 format.

      Parameters:
      endTime - The end time of the calendar event in ISO 8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      RcsCreateCalendarEventAction.Builder description(String description)

      An optional description for the calendar event. Maximum 500 characters.

      Parameters:
      description - An optional description for the calendar event. Maximum 500 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.