zendesk-messaging-client
    Preparing search index...

    Type Alias ConversationUpdateBody

    type ConversationUpdateBody = {
        description?: Description;
        displayName?: DisplayName;
        iconUrl?: Icon;
        metadata?: Metadata;
    }
    Index

    Properties

    description?: Description
    displayName?: DisplayName

    A friendly name for the conversation, may be displayed to the business or the user.

    iconUrl?: Icon
    metadata?: Metadata