Method
FoundryAcpSessionprompt
unstable since: 1.2
Declaration [src]
DexFuture*
foundry_acp_session_prompt (
FoundryAcpSession* self,
FoundryAcpContentBlock* const* blocks,
guint n_blocks
)
Parameters
blocks-
Type: An array of
FoundryAcpContentBlock*Content blocks for the prompt.
The length of the array is specified in the n_blocksargument.The data is owned by the caller of the method. n_blocks-
Type:
guintThe number of content blocks.
Return value
Type: DexFuture
A DexFuture that resolves to a
FoundryAcpPromptResult.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |