Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class GetConversationRequest.
Request for getting a conversation based on parent and conversation id.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.GetConversationRequest
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the resource. Format: |
getName
Required. Name of the resource.
Format:
projects/{project}/locations/{location}/conversations/{conversation}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Name of the resource.
Format:
projects/{project}/locations/{location}/conversations/{conversation}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Name of the resource.
Format:
|
| Returns | |
|---|---|
| Type | Description |
GetConversationRequest |
|