Interface ContactConfiguration.Builder

    • Method Detail

      • contactId

        ContactConfiguration.Builder contactId​(String contactId)

        The identifier of the contact within the Amazon Connect instance.

        Parameters:
        contactId - The identifier of the contact within the Amazon Connect instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • participantRole

        ContactConfiguration.Builder participantRole​(String participantRole)

        The role of the participant in the chat conversation.

        Only CUSTOMER is currently supported. Any other values other than CUSTOMER will result in an exception (4xx error).

        Parameters:
        participantRole - The role of the participant in the chat conversation.

        Only CUSTOMER is currently supported. Any other values other than CUSTOMER will result in an exception (4xx error).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ParticipantRole, ParticipantRole
      • participantRole

        ContactConfiguration.Builder participantRole​(ParticipantRole participantRole)

        The role of the participant in the chat conversation.

        Only CUSTOMER is currently supported. Any other values other than CUSTOMER will result in an exception (4xx error).

        Parameters:
        participantRole - The role of the participant in the chat conversation.

        Only CUSTOMER is currently supported. Any other values other than CUSTOMER will result in an exception (4xx error).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ParticipantRole, ParticipantRole
      • includeRawMessage

        ContactConfiguration.Builder includeRawMessage​(Boolean includeRawMessage)

        Whether to include raw connect message in the push notification payload. Default is False.

        Parameters:
        includeRawMessage - Whether to include raw connect message in the push notification payload. Default is False .
        Returns:
        Returns a reference to this object so that method calls can be chained together.