Class StartEngagementRequest

    • Method Detail

      • contactId

        public final String contactId()

        The Amazon Resource Name (ARN) of the contact being engaged.

        Returns:
        The Amazon Resource Name (ARN) of the contact being engaged.
      • sender

        public final String sender()

        The user that started the engagement.

        Returns:
        The user that started the engagement.
      • subject

        public final String subject()

        The secure subject of the message that was sent to the contact. Use this field for engagements to VOICE or EMAIL.

        Returns:
        The secure subject of the message that was sent to the contact. Use this field for engagements to VOICE or EMAIL.
      • content

        public final String content()

        The secure content of the message that was sent to the contact. Use this field for engagements to VOICE or EMAIL.

        Returns:
        The secure content of the message that was sent to the contact. Use this field for engagements to VOICE or EMAIL.
      • publicSubject

        public final String publicSubject()

        The insecure subject of the message that was sent to the contact. Use this field for engagements to SMS.

        Returns:
        The insecure subject of the message that was sent to the contact. Use this field for engagements to SMS.
      • publicContent

        public final String publicContent()

        The insecure content of the message that was sent to the contact. Use this field for engagements to SMS.

        Returns:
        The insecure content of the message that was sent to the contact. Use this field for engagements to SMS.
      • incidentId

        public final String incidentId()

        The ARN of the incident that the engagement is part of.

        Returns:
        The ARN of the incident that the engagement is part of.
      • idempotencyToken

        public final String idempotencyToken()

        A token ensuring that the operation is called only once with the specified details.

        Returns:
        A token ensuring that the operation is called only once with the specified details.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object