REST Resource: projects.locations.faqModels

Resource: FaqModel

The FAQ model resource.

JSON representation
{
  "name": string,
  "displayName": string,
  "createTime": string,
  "updateTime": string,
  "faqEntryCount": integer,
  "state": enum (State),
  "inputDataConfig": {
    object (InputDataConfig)
  },
  "modelTrainingStats": {
    object (ModelStats)
  },
  "infobotAgent": string
}
Fields
name

string

Immutable. The resource name of the FAQ model. Format: projects/{project}/locations/{location}/faqModels/{faqModel}

displayName

string

The representative name for the FAQ model.

createTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

faqEntryCount

integer

Output only. Number of FAQ entries in this FAQ model.

state

enum (State)

Output only. State of the FAQ model.

inputDataConfig

object (InputDataConfig)

Configs for the input data used to create the FAQ model.

modelTrainingStats

object (ModelStats)

Output only. Immutable. The model statistics on its training data.

infobotAgent

string

Immutable. The resource name of the infobot agent to be used to create generative answers. Format: projects/{project}/locations/{location}/agents/{agent}

Methods

create

Creates an FAQ model.

delete

Deletes an FAQ model.

get

Gets an FAQ model.

list

Lists FAQ models.

patch

Updates an FAQ model.