自動化スマート値 - Rovo エージェント
{agentResponse.[property]}
The agent response smart values apply to agents invoked via the Use Rovo agent action in an automation flow. They will all display the agent's response, but with different formatting for different use cases.
{{agentResponse}} returns the text response from an agent as rich text markdown formatting by default.
利用可能なプロパティ
{{agentResponse.markdown}}- Returns the same rich text markdown formatting as default.{{agentResponse.adf}}- Atlassian Document Format (ADF) を JSON で返します。ADF がサポートされている場所で使用してください。{{agentResponse.wiki}}- 従来の Jira wiki マークアップを返します。この形式は一部のアクションで自動的に使用されますが、ADF を優先するため段階的に廃止されています。{{agentResponse.asObject}}- 高度な解析に適した生の JSON を返します。特定の値を抽出したり、API をトリガーしたりする必要がある場合に使用します。{{agentResponse.asList}}- Returns raw JSON but as a list. Useful for extracting specific values or triggering APIs within a branch step.{{agentResponse.asString}}- プレーンテキストを返します。文字列操作 (分割や連結など) やさらなる処理に最適です。
この内容はお役に立ちましたか?