Class SubmitResponse

java.lang.Object
com.intercom.api.types.SubmitResponse

public final class SubmitResponse extends Object
  • Method Details

    • getCanvas

      public CanvasObject getCanvas()
      Returns:
      The canvas object that defines the new UI to be shown.
    • getCardCreationOptions

      public Optional<Map<String,Object>> getCardCreationOptions()
      Returns:
      Optional. Key-value pairs that will be sent in the initialize request to insert an app into the conversation reply.
    • getEvent

      public Optional<Event> getEvent()
      Returns:
      Optional. Indicates if the app has completed its purpose.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static SubmitResponse.CanvasStage builder()