public sealed class AssistantServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Discovery Engine v1 API class AssistantServiceSettings.
Settings for AssistantServiceClient instances.
Namespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
AssistantServiceSettings()
public AssistantServiceSettings()
Constructs a new AssistantServiceSettings object with default settings.
Properties
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }
The settings to use for the LocationsClient associated with the client.
Property Value | |
---|---|
Type | Description |
LocationsSettings |
StreamAssistSettings
public CallSettings StreamAssistSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AssistantServiceClient.StreamAssist
and AssistantServiceClient.StreamAssistAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
Timeout: 300 seconds.
Methods
Clone()
public AssistantServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
AssistantServiceSettings |
A deep clone of this AssistantServiceSettings object. |
GetDefault()
public static AssistantServiceSettings GetDefault()
Get a new instance of the default AssistantServiceSettings.
Returns | |
---|---|
Type | Description |
AssistantServiceSettings |
A new instance of the default AssistantServiceSettings. |