DialRequest - Amazon Connect

DialRequest

Contains information about a dial request.

Contents

attributes

Attributes for a dial request. In addition to the Value Length Constraints listed below, note the Value Pattern: ^.*$

Type: String to string map

Key Length Constraints: Minimum length of 0. Maximum length of 32767.

Key Pattern: ^[a-zA-Z0-9\-_]+$

Value Length Constraints: Minimum length of 0. Maximum length of 32767.

Value Pattern: ^.*$

Required: Yes

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 dial request is already created, the dial request ID is returned.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 200.

Pattern: ^[a-zA-Z0-9_\-.]*$

Required: Yes

expirationTime

A unix timestamp that specifies when a dial request expires.

Value Constraints: Minimum value of 30 seconds from now. Maximum value of 900 seconds (15 minutes) from now.

Type: Timestamp

Required: Yes

phoneNumber

The phone number to dial.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 20.

Pattern: ^[\d\-+]*$

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: