Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class ConversationOptions.
Options for the conversation.
Generated from protobuf message google.cloud.geminidataanalytics.v1.ConversationOptions
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ analysis |
AnalysisOptions
Optional. Options for analysis. |
↳ datasource |
DatasourceOptions
Optional. Options for datasources. |
↳ model |
int
Optional. The model to use for the agent loop. |
getAnalysis
Optional. Options for analysis.
| Returns | |
|---|---|
| Type | Description |
AnalysisOptions|null |
|
hasAnalysis
clearAnalysis
setAnalysis
Optional. Options for analysis.
| Parameter | |
|---|---|
| Name | Description |
var |
AnalysisOptions
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDatasource
Optional. Options for datasources.
| Returns | |
|---|---|
| Type | Description |
DatasourceOptions|null |
|
hasDatasource
clearDatasource
setDatasource
Optional. Options for datasources.
| Parameter | |
|---|---|
| Name | Description |
var |
DatasourceOptions
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getModel
Optional. The model to use for the agent loop.
| Returns | |
|---|---|
| Type | Description |
int |
|
hasModel
clearModel
setModel
Optional. The model to use for the agent loop.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|