Google Cloud Dialogflow Cx V3 Client - Class CreateSessionEntityTypeRequest (0.5.0)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CreateSessionEntityTypeRequest.

The request message for SessionEntityTypes.CreateSessionEntityType.

Generated from protobuf message google.cloud.dialogflow.cx.v3.CreateSessionEntityTypeRequest

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The session to create a session entity type for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID> or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>. If Environment ID is not specified, we assume default 'draft' environment.

↳ session_entity_type SessionEntityType

Required. The session entity type to create.

getParent

Required. The session to create a session entity type for.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID> or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>. If Environment ID is not specified, we assume default 'draft' environment.

Returns
Type Description
string

setParent

Required. The session to create a session entity type for.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID> or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>. If Environment ID is not specified, we assume default 'draft' environment.

Parameter
Name Description
var string
Returns
Type Description
$this

getSessionEntityType

Required. The session entity type to create.

Returns
Type Description
SessionEntityType|null

hasSessionEntityType

clearSessionEntityType

setSessionEntityType

Required. The session entity type to create.

Parameter
Name Description
var SessionEntityType
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The session to create a session entity type for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID> or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>. If Environment ID is not specified, we assume default 'draft' environment. Please see SessionEntityTypesClient::sessionName() for help formatting this field.

sessionEntityType SessionEntityType

Required. The session entity type to create.

Returns
Type Description
CreateSessionEntityTypeRequest