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 v2 API class ToolCallResult.Types.Error.
An error produced by the tool call.
Implements
IMessageToolCallResultTypesError, IEquatableToolCallResultTypesError, IDeepCloneableToolCallResultTypesError, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.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 |
|