Jeśli jest to odpowiedź na odświeżenie danych logowania, będzie wskazywać identyfikator żądania żądania odświeżania danych logowania.
isLikely3pAccountLinkedUser
(wartość logiczna lub nieokreślona)
Jeśli użytkownik, którego pytanie dotyczy, pasuje do znanego użytkownika, który zarejestrował się w Voice Match i jest połączony z kontem innej firmy w ustawieniach Asystenta.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2023-12-02 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."]]