2024 年 7 月 31 日をもって、Google ビジネス メッセージはご利用いただけなくなります。詳しくは
こちらをご覧ください。
Method: brands.agents.integrations.patch
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
統合を更新します。
DialogflowDocument を追加する場合は、「dialogflowEsIntegration.dialogflow_knowledge_bases」フラグのみを指定します。ドキュメントの追加は分離して更新する必要があります。
HTTP リクエスト
PATCH https://businesscommunications.googleapis.com/v1/{integration.name=brands/*/agents/*/integrations/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
integration.name |
string
出力のみ。統合の一意の識別子。読み取り専用。プラットフォームで定義されます。
|
クエリ パラメータ
パラメータ |
updateMask |
string (FieldMask format)
必須。リソースに適用される更新マスク。FieldMask の定義については、https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask をご覧ください。 完全修飾フィールド名のカンマ区切りリストです。(例: "user.displayName,photo" )。
|
リクエストの本文
リクエストの本文には Integration
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には Integration
のインスタンスが含まれます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-02 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"]],["最終更新日 2023-12-02 UTC。"],[[["Use the `PATCH` method and the provided URL to update an existing integration within Business Communications."],["When updating with a DialogflowDocument, exclusively use the \"dialogflowEsIntegration.dialogflow_knowledge_bases\" flag for an isolated update."],["Specify the integration to update using the `integration.name` path parameter and the desired changes using the `updateMask` query parameter in [FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask) format."],["The request body should contain an [Integration](/business-communications/business-messages/reference/business-communications/rest/v1/brands.agents.integrations#Integration) object representing the updated integration data."]]],[]]