Class AiAgent
java.lang.Object
com.intercom.api.resources.aiagent.types.AiAgent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic final classstatic interface -
Method Summary
Modifier and TypeMethodDescriptionstatic AiAgent.SourceTypeStagebuilder()booleaninthashCode()toString()
-
Method Details
-
getSourceType
- Returns:
- The type of the source that triggered AI Agent involvement in the conversation.
-
getSourceTitle
- Returns:
- The title of the source that triggered AI Agent involvement in the conversation. If this is
essentials_plan_setupthen it will returnnull.
-
getLastAnswerType
- Returns:
- The type of the last answer delivered by AI Agent. If no answer was delivered then this will return
null
-
getResolutionState
- Returns:
- The resolution state of AI Agent. If no AI or custom answer has been delivered then this will return
null.
-
getRating
- Returns:
- The customer satisfaction rating given to AI Agent, from 1-5.
-
getRatingRemark
- Returns:
- The customer satisfaction rating remark given to AI Agent.
-
getContentSources
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-