public sealed class ToolCallResult.Types.Error : IMessage<ToolCallResult.Types.Error>, IEquatable<ToolCallResult.Types.Error>, IDeepCloneable<ToolCallResult.Types.Error>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ToolCallResult.Types.Error.
An error produced by the tool call.
Implements
IMessageToolCallResultTypesError, IEquatableToolCallResultTypesError, IDeepCloneableToolCallResultTypesError, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
Error()
public Error()Error(Error)
public Error(ToolCallResult.Types.Error other)| Parameter | |
|---|---|
| Name | Description |
other |
ToolCallResultTypesError |
Properties
Message
public string Message { get; set; }Optional. The error message of the function.
| Property Value | |
|---|---|
| Type | Description |
string |
|