Jika ini adalah respons untuk kredensial refresh, hal ini akan menunjukkan
ID permintaan dari permintaan kredensial refresh.
isLikely3pAccountLinkedUser
(boolean atau tidak ditentukan)
Apakah pengguna yang mengajukan kueri cocok dengan pengguna dikenal yang telah mendaftar di
voice match dan tertaut ke akun pihak ketiga melalui setelan Asisten.
[null,null,["Terakhir diperbarui pada 2025-07-25 UTC."],[[["\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."]]