Metadata for creating an FAQ model.
JSON representation |
---|
{
"createTime": string,
"endTime": string,
"request": {
object ( |
Fields | |
---|---|
createTime |
Output only. The time the operation was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
endTime |
Output only. The time the operation finished running. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
request |
The original request for creation. |
CreateFaqModelRequest
The request to create an FAQ model.
JSON representation |
---|
{
"parent": string,
"faqModel": {
object ( |
Fields | |
---|---|
parent |
Required. The parent resource of the FAQ model. |
faqModel |
Required. The FAQ model to create. |
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} |
InputDataConfig
Configs for the input data used to create the FAQ model.
JSON representation |
---|
{ "trainingConversationsCount": string, "filter": string } |
Fields | |
---|---|
trainingConversationsCount |
Output only. Number of conversations used in training. Output only. |
filter |
A filter to reduce the conversations used for training the model to a specific subset. |
ModelStats
Train/inference statistics for the model.
JSON representation |
---|
{ "totalConversationsCount": integer, "skippedConversationsCount": integer } |
Fields | |
---|---|
totalConversationsCount |
Total number of conversations analyzed at this point in time. |
skippedConversationsCount |
Number of analyzed conversations which were skipped e.g. customer disconnected from the call. |