Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class CreateContextRequest.
The request message for Contexts.CreateContext.
Generated from protobuf message google.cloud.dialogflow.v2.CreateContextRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The session to create a context for. Format: |
↳ context |
Google\Cloud\Dialogflow\V2\Context
Required. The context to create. |
getParent
Required. The session to create a context for.
Format: projects/<Project ID>/agent/sessions/<Session ID>
or
projects/<Project ID>/agent/environments/<Environment ID>/users/<User
ID>/sessions/<Session ID>
.
If Environment ID
is not specified, we assume default 'draft'
environment. If User ID
is not specified, we assume default '-' user.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The session to create a context for.
Format: projects/<Project ID>/agent/sessions/<Session ID>
or
projects/<Project ID>/agent/environments/<Environment ID>/users/<User
ID>/sessions/<Session ID>
.
If Environment ID
is not specified, we assume default 'draft'
environment. If User ID
is not specified, we assume default '-' user.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getContext
Required. The context to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\Context|null |
hasContext
clearContext
setContext
Required. The context to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\Context
|
Returns | |
---|---|
Type | Description |
$this |