GenerateContentResponse Conversion (GenerateContentResponse to String)
Converts the GenerateContentResponse instance to its string representation explicitly.
Namespace: GenerativeAI.TypesAssembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
public static explicit operator string (
GenerateContentResponse response
)
- response GenerateContentResponse
- The GenerateContentResponse instance to convert.
StringA string that represents the content of the GenerateContentResponse instance.