대화형 작업이 2023년 6월 13일에 지원 중단되었습니다. 자세한 내용은
대화 작업 지원 중단을 참고하세요.
Method: setWebAndAppActivityControl
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
웹 설정 및 서비스 계정의 앱 활동 제어
통화 액션을 사용하려면 이 설정을 활성화해야 합니다. 이 설정은 원래 서비스 계정에 대해 사용 중지되어 있으며 다른 값으로 설정할 때까지 유지됩니다. 즉, 나중에 사용 중지되지 않는 한 계정당 한 번만 사용 설정하면 됩니다 (테스트당 한 번만 사용 설정할 필요는 없음).
호출자가 서비스 계정이 아닌 경우 오류를 반환합니다. 사용자 계정은 활동 제어 페이지를 통해 이 설정을 변경할 수 있습니다. https://support.google.com/websearch/answer/54068 페이지를 참고하세요.
HTTP 요청
POST https://actions.googleapis.com/v2:setWebAndAppActivityControl
URL은 gRPC 트랜스코딩 구문을 사용합니다.
요청 본문
요청 본문에는 다음과 같은 구조의 데이터가 포함됩니다.
JSON 표현 |
{
"enabled": boolean
} |
필드 |
enabled |
boolean
설정을 사용 또는 사용 중지 상태로 설정해야 하는지 여부입니다.
|
응답 본문
성공한 경우 응답 본문은 비어 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-22(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-08-22(UTC)"],[[["Enables or disables Web & App Activity control for service accounts, required for using call Actions."],["This setting is persistent and needs to be enabled only once per account unless later disabled."],["Returns an error if used by non-service accounts; user accounts manage this setting through the Activity Controls page."],["The request body uses a simple JSON structure with a boolean field \"enabled\" to set the desired state."],["A successful operation results in an empty response body."]]],[]]