Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class InlineDestination.
Inline destination for a Dialogflow operation that writes or exports objects (e.g. intents) outside of Dialogflow.
Generated from protobuf message google.cloud.dialogflow.cx.v3.InlineDestination
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ content |
string
Output only. The uncompressed byte content for the objects. Only populated in responses. |
getContent
Output only. The uncompressed byte content for the objects.
Only populated in responses.
Returns | |
---|---|
Type | Description |
string |
setContent
Output only. The uncompressed byte content for the objects.
Only populated in responses.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |