Resource: FaqModel
The FAQ model resource.
JSON representation |
---|
{ "name": string, "displayName": string, "createTime": string, "updateTime": string, "faqEntryCount": integer, "state": enum ( |
Fields | |
---|---|
name |
Immutable. The resource name of the FAQ model. Format: projects/{project}/locations/{location}/faqModels/{faqModel} |
displayName |
The representative name for the FAQ model. |
createTime |
Output only. The time at which this FAQ model was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The most recent time at which the FAQ model was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
faqEntryCount |
Output only. Number of FAQ entries in this FAQ model. |
state |
Output only. State of the FAQ model. |
inputDataConfig |
Configs for the input data used to create the FAQ model. |
modelTrainingStats |
Output only. Immutable. The model statistics on its training data. |
infobotAgent |
Immutable. The resource name of the infobot agent to be used to create generative answers. Format: projects/{project}/locations/{location}/agents/{agent} |
Methods |
|
---|---|
|
Creates an FAQ model. |
|
Deletes an FAQ model. |
|
Gets an FAQ model. |
|
Lists FAQ models. |
|
Updates an FAQ model. |