Nếu đó là phản hồi cho thông tin xác thực làm mới, thì mã này sẽ cho biết mã yêu cầu của yêu cầu thông tin xác thực làm mới.
isLikely3pAccountLinkedUser
(Boolean hoặc không xác định)
Nếu người dùng đặt cụm từ tìm kiếm khớp với một người dùng đã biết đã đăng ký tính năng Voice Match và được liên kết với tài khoản bên thứ ba thông qua phần cài đặt Trợ lý.
[null,null,["Cập nhật lần gần đây nhất: 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."]]