Class Faq

java.lang.Object
com.mypurecloud.sdk.v2.model.Faq
All Implemented Interfaces:
Serializable

public class Faq extends Object implements Serializable
Faq
See Also:
  • Constructor Details

    • Faq

      public Faq()
    • Faq

      public Faq(Boolean initWithEmptyList)
  • Method Details

    • getQuestion

      public String getQuestion()
    • getAnswer

      public String getAnswer()
    • getSourceUri

      public String getSourceUri()
    • getDocumentUrl

      public String getDocumentUrl()
    • getDocumentDisplayName

      public String getDocumentDisplayName()
    • getConfidence

      public Float getConfidence()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object