public sealed class BidiStreamingAnalyzeContentRequest.Types.Config : IMessage<BidiStreamingAnalyzeContentRequest.Types.Config>, IEquatable<BidiStreamingAnalyzeContentRequest.Types.Config>, IDeepCloneable<BidiStreamingAnalyzeContentRequest.Types.Config>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BidiStreamingAnalyzeContentRequest.Types.Config.
The config of the session.
Implements
IMessageBidiStreamingAnalyzeContentRequestTypesConfig, IEquatableBidiStreamingAnalyzeContentRequestTypesConfig, IDeepCloneableBidiStreamingAnalyzeContentRequestTypesConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
Config()
public Config()Config(Config)
public Config(BidiStreamingAnalyzeContentRequest.Types.Config other)| Parameter | |
|---|---|
| Name | Description |
other |
BidiStreamingAnalyzeContentRequestTypesConfig |
Properties
ConfigCase
public BidiStreamingAnalyzeContentRequest.Types.Config.ConfigOneofCase ConfigCase { get; }| Property Value | |
|---|---|
| Type | Description |
BidiStreamingAnalyzeContentRequestTypesConfigConfigOneofCase |
|
InitialVirtualAgentParameters
public Struct InitialVirtualAgentParameters { get; set; }Parameters to be passed to the virtual agent at the beginning.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|
InitialVirtualAgentQueryParams
public QueryParameters InitialVirtualAgentQueryParams { get; set; }Initial parameters for the virtual-agent.
| Property Value | |
|---|---|
| Type | Description |
QueryParameters |
|
Participant
public string Participant { get; set; }Required. The name of the participant to fetch response for.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParticipantAsParticipantName
public ParticipantName ParticipantAsParticipantName { get; set; }ParticipantName-typed view over the Participant resource name property.
| Property Value | |
|---|---|
| Type | Description |
ParticipantName |
|
VoiceSessionConfig
public BidiStreamingAnalyzeContentRequest.Types.Config.Types.VoiceSessionConfig VoiceSessionConfig { get; set; }Configure a voice-based session.
| Property Value | |
|---|---|
| Type | Description |
BidiStreamingAnalyzeContentRequestTypesConfigTypesVoiceSessionConfig |
|