Sign inGet Started

bird amb conversations typing

Usage

Codevoorbeeld
bird amb conversations typing <conversation-id> [flags]

Description

Send a typing indicator
Sends a typing signal through Apple for an existing conversation. Typing is best effort; typing_end still needs native device verification. It does not enqueue a billable message.
Build the request from flags, a JSON AMBConversationTypingRequest body via --body-file ("-" reads stdin), or both — a flag overrides the matching body field. Run --example to print a ready-to-edit body, or --dry-run to print the resolved request without sending it.

Examples

Codevoorbeeld
# print the body shape (no credentials needed)
bird amb conversations typing --example

# the body it prints:
Codevoorbeeld
{
  "event": "typing_start"
}

Options

Request

NameDescription
--body-fileRead the JSON request body from this file; "-" reads stdin
--examplePrint a complete example request body, then exit
--dry-runPrint the resolved request without sending it, then exit
--idempotency-keyDeduplication key; a retry with the same key won't act twice

Options

NameDescription
--eventThe typing signal to send. typing_start tells the customer's device that an operator is composing a reply. typing_end tells it composition stopped without a message following. Apple expects at most one typing_start before the reply it precedes; sending it again before that reply is not meaningful and may be dropped. typing_end's behavior against a live conversation is unproven: the legacy platform's implementation was disabled after it caused issues, so treat it as best-effort. Possible values: typing_start, typing_end. (required; or in --body-file)
--response-schemaPrint the fields this command returns, then exit
NameDescription
bird amb conversations getGet a conversation
bird amb conversations listList conversations
bird amb conversations list-messagesList messages in a conversation
bird amb conversations updateUpdate a conversation

Gerelateerde bronnen

Ga verder met de documentatie, gidsen en voorbeelden voor dit onderwerp. De bronnen zijn in het Engels.

Ontvang een implementatieoverzicht