@webitel/api-services
    Preparing search index...

    Final set [array] of the unique well-formed IETF BCP 47 language tag(s) to associate with the Contact. The first element will become primary one.

    type SetContactLanguageInputBody = {
        primary?: boolean;
        tag?: string;
    }
    Index

    Properties

    Properties

    primary?: boolean

    Indicates whether this association must be default among others of the same type.

    tag?: string