This documentation is for an older version of GoodData.
Go to the latest version of this article.
ComputeService.
build_exec_def_from_chat_result
build_exec_def_from_chat_result(chat_result: <nil>, is_cancellable: bool) ->
ExecutionDefinition
Build execution definition from chat result.
Parameters
name | type | description |
---|---|---|
chat_result | ChatResult object containing visualization details from AI chat response | |
is_cancellable | bool | Whether the execution of this definition should be cancelled when the connection is interrupted. |
Returns
type | description |
---|---|
ExecutionDefinition | Execution definition built from chat result visualization |