Skip to main content

answers_from_texts

Creates, updates, deletes, gets or lists an answers_from_texts resource.

Overview

Nameanswers_from_texts
TypeResource
Idazure.ai_language.answers_from_texts

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
answersarrayRepresents the answer results.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_answers_from_textselectendpointAnswers the specified question using the provided text in the body.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
endpointstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client Endpoint parameter. (default: )

SELECT examples

Answers the specified question using the provided text in the body.

SELECT
answers
FROM azure.ai_language.answers_from_texts
WHERE endpoint = '{{ endpoint }}' -- required
;