# NLP プロファイル 共通パラメータ

## remove\_whitespace

ユーザーの質問に含まれる半角・全角スペースを消してChatbotにリクエストします。

設定は0,1で行い、1で処理を行います。 設定例：1 デフォルト：0 変換例：`Digital Human　について 教えて`→ `DigitalHumanについて教えて`

## remove\_punctuation\_mark

ユーザーの質問の最後の文字が、`、`か`。`の場合に消してChatbotにリクエストします。

設定は0,1で行い、1で処理を行います。 設定例：1 デフォルト：0 変換例：`Digital Humanについて教えて。`→ `Digital Humanについて教えて`

## convert\_to\_lowercase

ユーザーの質問に含まれるアルファベットを小文字に変換してChatbotにリクエストします。

設定は0,1で行い、1で処理を行います。 設定例：1 デフォルト：0 変換例：`Digital Humanについて教えて`→ `digital humanについて教えて`

## convert\_to\_uppercase

ユーザーの質問に含まれるアルファベットを大文字に変換してChatbotにリクエストします。

設定は0,1で行い、1で処理を行います。 設定例：1 デフォルト：0 変換例：`Digital Humanについて教えて`→ `DIGITAL HUMANについて教えて`

## convert\_to\_hankaku

ユーザーの質問に含まれるひらがな・アルファベット・記号・数字を半角に変換してChatbotにリクエストします。

設定は0,1で行い、1で処理を行います。 設定例：1 デフォルト：1 変換例：`Digital Humanの利点を1つ教えて`→ `Digital Humanの利点を１つ教えて`

## convert\_to\_zenkaku

ユーザーの質問に含まれるひらがな・アルファベット・記号・数字を全角に変換してChatbotにリクエストします。

設定は0,1で行い、1で処理を行います。 設定例：1 デフォルト：0 変換例：`Digital Humanの利点を１つ教えて`→ `Digital Humanの利点を1つ教えて`

## search\_strs

`prefix_str`・`suffix_str` を適用しない文字列をカンマ区切りで設定します。

設定例：`<uneeq:,<speak,こんにちは` デフォルト：なし

## prefix\_str

Chatbotレスポンス文の前部分に固定で付与する文章を設定します。

設定例：`<prosody rate=’1.1’>` デフォルト：なし 変換例：`DigitalHumanについて教えて`→ `<prosody rate=’1.1’>DigitalHumanについて教えて`

## suffix\_str

Chatbotレスポンス文の後ろ部分に固定で付与する文章を設定します。

設定例：`</prosody>` デフォルト：なし 変換例：`DigitalHumanについて教えて`→ `DigitalHumanについて教えて</prosody>`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalhumans.jp/ops/chatbot-integration/nlp-profile-common-parameters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
