会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
Type
組み込み型ではなく、カスタム型の宣言。タイプは、シーン内のスロットやインテントのトレーニング フレーズのパラメータに割り当てることができます。実際には、型は列挙型と考えることができます。タイプ名はファイルの名前で指定します。
YAML 表現 |
exclusions:
- string
# Union field sub_type can be only one of the following:
synonym:
object (SynonymType )
regularExpression:
object (RegularExpressionType )
freeText:
object (FreeTextType )
# End of list of possible types for union field sub_type . |
フィールド |
exclusions[] |
string
タイプによって照合すべきでない例外的な単語/フレーズのセット。注: 指定した語句がタイプによって一致していても、除外対象として登録されている場合、その語句はパラメータ抽出結果で返されません。このフィールドはローカライズ可能です。
|
共用体フィールド sub_type 。実行するマッチングのタイプに基づくサブタイプの選択。sub_type は次のいずれかになります。 |
synonym |
object (SynonymType )
類義語型。基本的には列挙型です。
|
regularExpression |
object (RegularExpressionType )
正規表現タイプ。正規表現一致を可能にします。
|
freeText |
object (FreeTextType )
FreeText 型。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["Custom types, similar to enums, are declared in YAML and used for slots and intent parameters."],["Types can utilize synonyms, regular expressions, or free text for matching, with exclusions for specific words or phrases."],["The `exclusions` field is localizable, allowing for language-specific variations in excluded terms."],["Each custom type definition is stored in a separate file where the file name defines the type name."]]],[]]