Enum ResponseType
ResponseType
Chat アプリのレスポンスの種類を表す列挙型。
Google Chat アプリでのみ使用できます。Google Workspace アドオンでは利用できません。
列挙型を呼び出すには、その親クラス、名前、プロパティを呼び出します。例:
CardService.Type.DIALOG
プロパティ
プロパティ | タイプ | 説明 |
TYPE_UNSPECIFIED | Enum | NEW_MESSAGE として処理されるデフォルトの型。 |
NEW_MESSAGE | Enum | トピックに新しいメッセージとして投稿します。 |
UPDATE_MESSAGE | Enum | Chat アプリのメッセージを更新します。これは、メッセージ送信者タイプが BOT の CARD_CLICKED イベントでのみ許可されます。 |
UPDATE_USER_MESSAGE_CARDS | Enum | ユーザーのメッセージのカードを更新する。これは、URL が一致した MESSAGE イベント、またはメッセージ送信者タイプが HUMAN の CARD_CLICKED イベントに対するレスポンスとしてのみ許可されます。テキストは無視されます。 |
REQUEST_CONFIG | Enum | ユーザーに追加の認証または構成を非公開で求めます。 |
DIALOG | Enum | ダイアログを表示します。 |
UPDATE_WIDGET | Enum | ウィジェット テキストのオートコンプリートのオプションのクエリ。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-04-22 UTC。
[null,null,["最終更新日 2024-04-22 UTC。"],[[["`ResponseType` is an enum used to define the type of response a Google Chat app sends."],["It is exclusively for Google Chat apps and is not applicable to Google Workspace Add-ons."],["`ResponseType` properties specify actions like posting new messages, updating existing ones, requesting user configuration, and displaying dialogs."],["Updating cards on user messages or the Chat app's message depends on specific event triggers and sender types."],["To call an enum property, use its parent class, name, and the specific property (e.g., `CardService.Type.DIALOG`)."]]],[]]