Class CreateConversationRequest.Builder
java.lang.Object
com.intercom.api.resources.conversations.requests.CreateConversationRequest.Builder
- All Implemented Interfaces:
CreateConversationRequest._FinalStage,CreateConversationRequest.BodyStage,CreateConversationRequest.FromStage
- Enclosing class:
CreateConversationRequest
public static final class CreateConversationRequest.Builder
extends Object
implements CreateConversationRequest.FromStage, CreateConversationRequest.BodyStage, CreateConversationRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionThe content of the message.build()The time the conversation was created as a UTC Unix timestamp.from(CreateConversationRequest other)
-
Method Details
-
from
- Specified by:
fromin interfaceCreateConversationRequest.FromStage
-
from
- Specified by:
fromin interfaceCreateConversationRequest.FromStage
-
body
The content of the message. HTML is not supported.
- Specified by:
bodyin interfaceCreateConversationRequest.BodyStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
createdAt
The time the conversation was created as a UTC Unix timestamp. If not provided, the current time will be used. This field is only recommneded for migrating past conversations from another source into Intercom.
- Specified by:
createdAtin interfaceCreateConversationRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
createdAt
- Specified by:
createdAtin interfaceCreateConversationRequest._FinalStage
-
build
- Specified by:
buildin interfaceCreateConversationRequest._FinalStage
-