Interface ChatEvent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ChatEvent.Builder,
,ChatEvent> SdkBuilder<ChatEvent.Builder,
,ChatEvent> SdkPojo
- Enclosing class:
ChatEvent
-
Method Summary
Modifier and TypeMethodDescriptionContent of the message or event.contentType
(String contentType) Type of content.Type of chat integration event.type
(ChatEventType type) Type of chat integration event.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
Type of chat integration event.
- Parameters:
type
- Type of chat integration event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Type of chat integration event.
- Parameters:
type
- Type of chat integration event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contentType
Type of content. This is required when
Type
isMESSAGE
orEVENT
.-
For allowed message content types, see the
ContentType
parameter in the SendMessage topic in the Amazon Connect Participant Service API Reference. -
For allowed event content types, see the
ContentType
parameter in the SendEvent topic in the Amazon Connect Participant Service API Reference.
- Parameters:
contentType
- Type of content. This is required whenType
isMESSAGE
orEVENT
.-
For allowed message content types, see the
ContentType
parameter in the SendMessage topic in the Amazon Connect Participant Service API Reference. -
For allowed event content types, see the
ContentType
parameter in the SendEvent topic in the Amazon Connect Participant Service API Reference.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
content
Content of the message or event. This is required when
Type
isMESSAGE
and for certainContentTypes
whenType
isEVENT
.-
For allowed message content, see the
Content
parameter in the SendMessage topic in the Amazon Connect Participant Service API Reference. -
For allowed event content, see the
Content
parameter in the SendEvent topic in the Amazon Connect Participant Service API Reference.
- Parameters:
content
- Content of the message or event. This is required whenType
isMESSAGE
and for certainContentTypes
whenType
isEVENT
.-
For allowed message content, see the
Content
parameter in the SendMessage topic in the Amazon Connect Participant Service API Reference. -
For allowed event content, see the
Content
parameter in the SendEvent topic in the Amazon Connect Participant Service API Reference.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-