اگر پاسخی برای اعتبارنامه بازخوانی باشد، شناسه درخواست درخواست اعتبارنامه بازخوانی را نشان می دهد.
isLikely3pAccountLinkedUser
(بولی یا تعریف نشده)
اگر کاربری که درخواستی را ارسال می کند با کاربر شناخته شده ای مطابقت دارد که در Voice Match ثبت نام کرده است و از طریق تنظیمات دستیار به یک حساب 3P مرتبط شده است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003e\u003ccode\u003eSetCredentialsRequestData\u003c/code\u003e is used to send credentials to the receiver.\u003c/p\u003e\n"],["\u003cp\u003eThis data includes the credentials, an optional request ID for credential refresh responses, and an optional flag indicating if the user is likely linked to a 3rd party account.\u003c/p\u003e\n"]]],["The `SetCredentialsRequestData` class defines data for a `SetCredentials` request. It includes three properties: `credentials` (a string), which holds the credentials for the receiver; `forRequestId` (a number or undefined), indicating the ID of a refresh credentials request; and `isLikely3pAccountLinkedUser` (boolean or undefined), which flags if the requesting user matches a known voice-match user linked to a third-party account. This is a constructor class.\n"],null,["# Class: SetCredentialsRequestData\n\ncast.[framework](/cast/docs/reference/web_receiver/cast.framework).[messages](/cast/docs/reference/web_receiver/cast.framework.messages).SetCredentialsRequestData\n==================================================================================================================================================================\n\nclass static\n\n`SetCredentials` request data.\n\nConstructor\n-----------\n\n### SetCredentialsRequestData\n\nnew\nSetCredentialsRequestData()\n\nProperties\n----------\n\n### credentials\n\nstring\n\nCredentials to use by receiver.\n\n### forRequestId\n\n(number or undefined)\n\nIf it is a response for refresh credentials, it will indicate the\nrequest ID of the refresh credentials request.\n\n### isLikely3pAccountLinkedUser\n\n(boolean or undefined)\n\nIf the user placing a query matches a known user who has enrolled in\nvoice match and is linked to a 3P account through Assistant settings."]]