Interface StartOutboundChatContactRequest.Builder

    • Method Detail

      • sourceEndpoint

        StartOutboundChatContactRequest.Builder sourceEndpoint​(Endpoint sourceEndpoint)
        Sets the value of the SourceEndpoint property for this object.
        Parameters:
        sourceEndpoint - The new value for the SourceEndpoint property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationEndpoint

        StartOutboundChatContactRequest.Builder destinationEndpoint​(Endpoint destinationEndpoint)
        Sets the value of the DestinationEndpoint property for this object.
        Parameters:
        destinationEndpoint - The new value for the DestinationEndpoint property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceId

        StartOutboundChatContactRequest.Builder instanceId​(String instanceId)

        The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

        Parameters:
        instanceId - The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • segmentAttributes

        StartOutboundChatContactRequest.Builder segmentAttributes​(Map<String,​SegmentAttributeValue> segmentAttributes)

        A set of system defined key-value pairs stored on individual contact segments using an attribute map. The attributes are standard Amazon Connect attributes. They can be accessed in flows.

        • Attribute keys can include only alphanumeric, -, and _.

        • This field can be used to show channel subtype, such as connect:Guide and connect:SMS.

        Parameters:
        segmentAttributes - A set of system defined key-value pairs stored on individual contact segments using an attribute map. The attributes are standard Amazon Connect attributes. They can be accessed in flows.

        • Attribute keys can include only alphanumeric, -, and _.

        • This field can be used to show channel subtype, such as connect:Guide and connect:SMS.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributes

        StartOutboundChatContactRequest.Builder attributes​(Map<String,​String> attributes)

        A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in flows just like any other contact attributes.

        Parameters:
        attributes - A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in flows just like any other contact attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactFlowId

        StartOutboundChatContactRequest.Builder contactFlowId​(String contactFlowId)

        The identifier of the flow for the call. To see the ContactFlowId in the Amazon Connect console user interface, on the navigation menu go to Routing, Contact Flows. Choose the flow. On the flow page, under the name of the flow, choose Show additional flow information. The ContactFlowId is the last part of the ARN, shown here in bold:

        • arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/ 123ec456-a007-89c0-1234-xxxxxxxxxxxx

        Parameters:
        contactFlowId - The identifier of the flow for the call. To see the ContactFlowId in the Amazon Connect console user interface, on the navigation menu go to Routing, Contact Flows. Choose the flow. On the flow page, under the name of the flow, choose Show additional flow information. The ContactFlowId is the last part of the ARN, shown here in bold:

        • arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/ 123ec456-a007-89c0-1234-xxxxxxxxxxxx

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • chatDurationInMinutes

        StartOutboundChatContactRequest.Builder chatDurationInMinutes​(Integer chatDurationInMinutes)

        The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25 hour. The minimum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).

        Parameters:
        chatDurationInMinutes - The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25 hour. The minimum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • participantDetails

        StartOutboundChatContactRequest.Builder participantDetails​(ParticipantDetails participantDetails)
        Sets the value of the ParticipantDetails property for this object.
        Parameters:
        participantDetails - The new value for the ParticipantDetails property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • initialSystemMessage

        StartOutboundChatContactRequest.Builder initialSystemMessage​(ChatMessage initialSystemMessage)
        Sets the value of the InitialSystemMessage property for this object.
        Parameters:
        initialSystemMessage - The new value for the InitialSystemMessage property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relatedContactId

        StartOutboundChatContactRequest.Builder relatedContactId​(String relatedContactId)

        The unique identifier for an Amazon Connect contact. This identifier is related to the contact starting.

        Parameters:
        relatedContactId - The unique identifier for an Amazon Connect contact. This identifier is related to the contact starting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedMessagingContentTypes

        StartOutboundChatContactRequest.Builder supportedMessagingContentTypes​(Collection<String> supportedMessagingContentTypes)

        The supported chat message content types. Supported types are:

        • text/plain

        • text/markdown

        • application/json, application/vnd.amazonaws.connect.message.interactive

        • application/vnd.amazonaws.connect.message.interactive.response

        Content types must always contain text/plain. You can then put any other supported type in the list. For example, all the following lists are valid because they contain text/plain:

        • [text/plain, text/markdown, application/json]

        • [text/markdown, text/plain]

        • [text/plain, application/json, application/vnd.amazonaws.connect.message.interactive.response]

        Parameters:
        supportedMessagingContentTypes - The supported chat message content types. Supported types are:

        • text/plain

        • text/markdown

        • application/json, application/vnd.amazonaws.connect.message.interactive

        • application/vnd.amazonaws.connect.message.interactive.response

        Content types must always contain text/plain. You can then put any other supported type in the list. For example, all the following lists are valid because they contain text/plain:

        • [text/plain, text/markdown, application/json]

        • [text/markdown, text/plain]

        • [text/plain, application/json, application/vnd.amazonaws.connect.message.interactive.response]

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedMessagingContentTypes

        StartOutboundChatContactRequest.Builder supportedMessagingContentTypes​(String... supportedMessagingContentTypes)

        The supported chat message content types. Supported types are:

        • text/plain

        • text/markdown

        • application/json, application/vnd.amazonaws.connect.message.interactive

        • application/vnd.amazonaws.connect.message.interactive.response

        Content types must always contain text/plain. You can then put any other supported type in the list. For example, all the following lists are valid because they contain text/plain:

        • [text/plain, text/markdown, application/json]

        • [text/markdown, text/plain]

        • [text/plain, application/json, application/vnd.amazonaws.connect.message.interactive.response]

        Parameters:
        supportedMessagingContentTypes - The supported chat message content types. Supported types are:

        • text/plain

        • text/markdown

        • application/json, application/vnd.amazonaws.connect.message.interactive

        • application/vnd.amazonaws.connect.message.interactive.response

        Content types must always contain text/plain. You can then put any other supported type in the list. For example, all the following lists are valid because they contain text/plain:

        • [text/plain, text/markdown, application/json]

        • [text/markdown, text/plain]

        • [text/plain, application/json, application/vnd.amazonaws.connect.message.interactive.response]

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        StartOutboundChatContactRequest.Builder clientToken​(String clientToken)

        A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the AWS SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs. The token is valid for 7 days after creation. If a contact is already started, the contact ID is returned.

        Parameters:
        clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the AWS SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs. The token is valid for 7 days after creation. If a contact is already started, the contact ID is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.